The server lives in the warbler-server directory of this repo
$ cd warbler-server
Make a copy of the sample.env
$ cp sample.env .env
Now fill in the .env
file with your secrets
Install the dependencies
$ npm install
Ensure Mongodb is install and running.
Start server
$ node index.js
Front end
$ create-react-app warbler-client
Install dependecies
$ npm install axios jwt-decode moment react-moment react-redux react-router-dom redux redux-thunk
App can be viewed at https://warbler-client-ras.herokuapp.com/