Skip to content

A express with database integration boilerplate made with ๐Ÿ’– by jabo-bernardo

Notifications You must be signed in to change notification settings

Voilerplates/express-mongoose-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ›  Express Mongoose Boilerplate ๐Ÿ› 

Save time building up your express applications integrated with mongoose by using this boilerplate

Installation

1.) Clone this repository

2.) Locate to the project directory

3.) Install the packages that is needed for this boilerplate.

npm install

Packages Included

  • express
  • cors
  • morgan
  • nodemon
  • dotenv
  • body-parser
  • mongoose

4.) Change the .env file

DB_URL=<Database_Connection_string_Here>

4.) Start the server

npm run dev:start

or

npm start

and you're done!

See the server running at http://localhost:80

Happy Coding!

Support

ko-fi

About

A express with database integration boilerplate made with ๐Ÿ’– by jabo-bernardo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published