Skip to content

Aniket461/Capstone-Backend

Repository files navigation

Backend

Getting started

  • clone the repository

  • cd <repository_name>

  • npm i

  • npm run start

Different script

  • start the backend npm run start

  • start the backend in watch mode npm run start:dev

  • fix all the linting/styling issue in the codebase npm run lint:fix

  • run the tests npm run test

Testing

  • To run all the tests npm run test

  • To run a specific test node "node_modules/jest/bin/jest.js" "<test_file_dir>" -t "<test_name>"

  • For eg. node "node_modules/jest/bin/jest.js" "c:/Users/doc/tests/routes.test.js" -t "test working of all Endpoints"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published