Skip to content

Simple basic mvc structure with nodejs and express framework

License

Notifications You must be signed in to change notification settings

amit-sharma-dev/node-express-mvc

Repository files navigation

node-express-mvc

Simple basic mvc structure with nodejs and express framework.

Features

  1. jwt authentication
  2. Routing
  3. Middleware
  4. Controllers
  5. Models
  6. Configuration
  7. Envoirment variable support
  8. Basic crud example
  9. Mongo database support
  10. Mongo database seeder

Requirements

Installation

  • Clone the repo
  • Run command npm install
  • Copy the .env.example to your own file: cp .env.example .env
  • Set the DB_HOST in .env
  • Start the server: nodemon app.js
  • View in postman: http://localhost:8080/api

About

Simple basic mvc structure with nodejs and express framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors