Backend development repository for ONETT project
$ git clone https://github.com/osoc-es/onett-back.git
$ cd onett-back/src/
$ npm install
OPTIONAL:
$ npm install nodemon -g
If you use nodemon:
$ cd onett-back/src/
$ nodemon app.js
If you don't use nodemon:
$ cd onett-back/src/
$ node app.js
oSoc'19 Madrid, Spain.