Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 563 Bytes

secrets

A MERN App in which users can share their secrets.

You can check the app running at secrets

Feel free to use it and submit any feedback you might think about!.

Clone it

$ git clone https://github.com/kirasiris/secrets.git

Install dependencies on root folder

  • $ cd secrets
  • $ npm install

Install dependencies in client folder

  • $ cd secrets/client
  • $ npm install

Run dev in main folder

  • $ cd ../
  • $ npm run dev

Verify its running

  • locahost:5000

Access to it

  • localhost:3000