Skip to content
/ server-core Public template

Core files for Node.js server with MongoDB in decoupled architechture

Notifications You must be signed in to change notification settings

abkarim/server-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Server

Nodejs API server starter project

Tech

  • Node.js
  • MongoDB
  • Express
  • Mongoose
  • JWT

Useful commands

Run development server nodemon

npm run dev

Run production server

npm start