Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.3 KB

spa-simple-server Build Status

Express server created for qoollo.
The composed docker can be found on this link.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.js version >= 10
npm version >= 6

Installing

git clone 
cd spa-simple-server/
npm install

Deploying

  • npm run dev runs nodemon dev server
  • node 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 the pseudo-db.json file with mock data.
  • npm run lint runs code linting
  • npm run test runs code testing

Built With

Authors

  • Caio Fleury - Initial work - CaioF

See also the list of contributors who participated in this project.

License

This project is licensed under the Attribution-NonCommercial-NoDerivatives 4.0 International License - see the LICENSE.md file for details