# install dependencies
$ npm install
# build for production and launch server
$ npm run build
copy the .env.example file to .env and update the values. if you are running the app locally, copy the .env.example file to .env.development and update the values.
all the routers are in the router.js file
