More details later... This project is a simple dumb "cloud" it will be removed later
Create a new host mapping in the
hostsfile Addlocal.api.easymay.fr 127.0.0.1
Move
.env.exampleto.envEdit variables inside
# install dependencies
$ npm install
$ git submodule update --init --recursive
# initialize the project (SQL)
$ npm run init # ONLY IF TYPEORM IS NOT SYNC
# Generate routes
$ npm run routes
# serve with hot reload at localhost:3000
$ npm run watch
$ npm run serve# build for production and launch server
$ npm run build
$ npm run startnpm run git-resetnpm run swagger