Skip to content

santiagocano08/javascript-BE-template

 
 

Repository files navigation

Backend Javascript Template (base project)

This is a repository intended to serve as a starting point of a backend API using javascript.

Features

Running the app

# install dependencies
npm install

# run in dev mode (using nodemon) on port 3001
npm run dev

# run content on port 3001
npm run start

Testing

Testing with Jest

# run tests
npm run test

# run coverage of tests
npm run test:coverage

Linting

# run linter
npm run lint

# fix lint issues
npm run lint:fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%