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