Skip to content

Full Blog Backend, All Routes using MongoDB, Typescript, and ReactTS on FrontEnd

Notifications You must be signed in to change notification settings

SkayuX/Blog-Full-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Posting Backend 👨‍🎓

API Routes

GET /api/get/:ObjID - Get Blog by ObjectID
DELETE /api/delete/:ObjID - Delete Blog by ObjectID
PATCH /api/edit/:ObjID - Edit Blog by ObjectID
POST /api/create - Creates new Blog with provided Info


POST /api/create Body Requirements:

  1. Title - Type: String, required: true
  2. ShortDescription - Type: String, required: true
  3. Overview - Type: String, required: true
  4. Author - Type: String, required: true
  5. Footer - Type: String, required: true
  6. Date - Type: Date, required: true

Environment Requirements:

  1. MONGO_STRING - Type: String, required: true
  2. PORT - Type: Number, required: false

Skayu#0001

About

Full Blog Backend, All Routes using MongoDB, Typescript, and ReactTS on FrontEnd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published