Skip to content

jhcaiced/node-express-test1

Repository files navigation

Demo

A simple RESTful API using nodejs + express

Commands

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

Playing locally

Run the server in development mode.

$ npm run dev
Express server listening on http://0.0.0.0:9000, in development mode

Configuration

Configuration parameters are stored in the src/config.js file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published