Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 592 Bytes

Medi Camp Website Server

Live Site : Here

Frontend Site : Here

Used tech

  • Nodejs
  • ExpressJS
  • MongoDB with Mongoose

Description

This is the server side of the website for a The Medical Camp Management System. Notable features of this project :

  • This is a REST api with usual naming conventions for API calls
  • It is organized in MVC pattern in mind.
  • It can handle GET, POST, DELETE and UPDATE http calls.
  • The server is hosted on vercel
  • The server is secured with JWT authintication