API for Forloop app.
- Make sure that Node.js is installed.
- Install Node.js modules with
npm
:
npm install
- To run the app, copy the file
config/default.json
toconfig/local.json
and substitute the settings to match your develoment environment. - Start the app with
npm
:
npm start
- Navigate to localhost:3001. Please note
3001
is the default port used
- This project uses the airbnb javascript style guide
- use prettier to format code to be consistent.