Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirasiris/secrets
A MERN App in which users can share their secrets.
https://github.com/kirasiris/secrets
Last synced: about 1 month ago
JSON representation
A MERN App in which users can share their secrets.
- Host: GitHub
- URL: https://github.com/kirasiris/secrets
- Owner: kirasiris
- License: mit
- Created: 2019-06-28T09:35:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T16:41:57.000Z (almost 5 years ago)
- Last Synced: 2023-08-11T02:00:06.636Z (over 1 year ago)
- Language: JavaScript
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secrets
A MERN App in which users can share their secrets.[You can check the app running at secrets](https://fast-fortress-55508.herokuapp.com/)
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