Skip to content

FdoTorres1/node-express-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node - Express template

This is a basic template for developing projects using NodeJS environment, Express.js framework and the Sequelize ORM.

Dependencies

  • Cors: For cross origin resource sharing
  • Dotenv: Environment file and variables.
  • Express: Framework
  • Morgan: Logs on HTTP requests
  • Postgres: Database
  • Sequelize: ORM

Development dependencies

  • Nodemon: Automatically restart app on changes
  • Prettier: Code formater

Set up

  • Clone the repository
  • Install yarn if not installed
  • Run yarn install to add install dependencies
  • Create local database for the app
  • Set up environment variables

By Fernando Torres

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published