Skip to content

pranavtalwar/express-api-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-api-skeleton

A skeleton for a simple Express app.

Dependencies

  1. express
  2. eslint (Linter - Airbnb rules)
  3. cors (Avoid CORS)
  4. helmet (Secure headers)
  5. morgan (Logger)
  6. jest (Testing framework)
  7. supertest (testing Express apps)
  8. nodemon (Development monitor script)
  9. prettier
  10. env-cmd (environment variables)

Installation

npm i

Usage - Development

npm run dev

Usage - Production

npm run start

Test

npm run test

Lint

npm run lint

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published