Skip to content

meanstackexpert/nodejs-api-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Node.js API Starter

Minimal starter for building REST APIs with Node.js, Express and MongoDB.

Features

  • Express app structure (controllers, routes, models)
  • MongoDB connection via Mongoose
  • Basic User model & CRUD
  • Environment-based config (.env)
  • Ready for JWT auth and validation

Getting Started

npm install
cp .env.example .env
npm run dev

About

Opinionated starter for building REST APIs with Node.js, Express and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors