Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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