Skip to content

Repository for Strive School Full Stack Course work, Module 6 Day 7-9

Notifications You must be signed in to change notification settings

julita-wilczek/strive-blog-backend-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strive shop backend with no-sql database (mongoDB + mongoose)

Repository for Strive School Full Stack Course work, Module 6 Day 7-9

This is a backend project using NodeJS + Express for this frontend.
The persistence is granted by MongoDB.

Features:

  • CRUD for Blog Posts, Comments, Authors ( /products GET, POST, DELETE, PUT)
  • pagination in GET /blogPosts route
  • error handling

npm run dev

Runs the server in the development mode.