Express server created for qoollo.
The composed docker can be found on this link.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node.js version >= 10
npm version >= 6
git clone
cd spa-simple-server/
npm install
npm run dev
runs nodemon dev servernode simple-server.js
runs normal node server additionally both the above commands can be followed by-init
i.e.node simple-server.js -init
this will initialize and populate thepseudo-db.json
file with mock data.npm run lint
runs code lintingnpm run test
runs code testing
- Caio Fleury - Initial work - CaioF
See also the list of contributors who participated in this project.
This project is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International License - see the LICENSE.md file for details