Skip to content

I make this express with MVC architecture. This repository is used for learning Express With MongoDb, boilerplate, templates or whatever you want to use

Notifications You must be signed in to change notification settings

Faisd405/Express-With-MongoDb

Repository files navigation

 

ExpressJs With MongoDb

🏁 Starting

# Clone this project
$ git clone https://github.com/Faisd405/Express-With-MongoDb.git

# Access
$ cd Express-With-MongoDb

# Install dependencies
$ npm install

# Copy .env.example to .env
$ cp .env.example .env

# Edit MongoDb Setting in .env

# Migrate Collection to Database
$ npm run migrate

# Run the project
$ npm run start

# The server will initialize in the <http://localhost:3000>

Back to top

About

I make this express with MVC architecture. This repository is used for learning Express With MongoDb, boilerplate, templates or whatever you want to use

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published