A simple RESTful API using nodejs + express
These commands are available in package.json
.
npm test # test using Jest
npm run coverage # test and open the coverage report in the browser
npm run lint # lint using ESLint
npm run dev # run the API in development mode
npm run prod # run the API in production mode
Run the server in development mode.
$ npm run dev
Express server listening on http://0.0.0.0:9000, in development mode
Configuration parameters are stored in the src/config.js file