Skip to content

RESTful API built with Node.js

Ale4400/API-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Case Management API (MongoDB + Node.js)

This is a RESTful API built with Node.js, Express, and MongoDB (Atlas).
It provides basic CRUD functionality for managing cases and users.


Features

  • User authentication and password encryption (using bcryptjs)
  • CRUD operations with MongoDB (via Mongoose)
  • Environment variable management with dotenv
  • JSON parsing via body-parser
  • Modular architecture for routes, controllers, and models
  • Cloud-ready connection (MongoDB Atlas / AWS cluster)

Tech

  • Runtime: Node.js
  • Framework: Express.js
  • Database: MongoDB (Atlas Cluster hosted on Amazon Web Services)
  • ODM: Mongoose
  • Authentication: bcryptjs
  • Environment Management: dotenv
  • Testing / Requests: Postman

About

RESTful API built with Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published