Skip to content

technicalexx/studentserver-nodejs-unit-test

 
 

Repository files navigation

Student Server with NodeJS and Unit Test using Jest.io

To run studentserver:
npm install
npm start

After running the server, you can view the swagger api-docs by loading this link on the browser:
http://localhost:5678/api-docs/

To run unit tests:
npm install --save-dev
npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.9%
  • JavaScript 35.9%
  • CSS 24.2%
  • Dockerfile 1.0%