Skip to content

Backend with Express + MongoDB + RESTfull API + SOLID

Notifications You must be signed in to change notification settings

kara-one/show.md.lib.back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend with Express + MongoDB + RESTfull API + SOLID

show.md.lib.back

Intro

Install

npm i

Run

  • dev
    npm run dev
  • prod
    npm run start

API endpoints

  • '/' - main page
  • '/api/users':
    • 'get': json get all users
    • 'post': jspn add new user
  • '/api/users/:id':
    • 'get': json get one user by id
    • 'put': jspn edit new user by id
    • 'delete': jspn delete user by id

About

Backend with Express + MongoDB + RESTfull API + SOLID

Topics

Resources

Stars

Watchers

Forks