Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 680 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 680 Bytes

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