Skip to content

The Secure-User-Manager repository is dedicated to practicing and honing backend development skills using technologies such as Node.js, Express.js, and MongoDB. It includes implementations for authorization and authentication using JWT (JSON Web Tokens), access tokens, and refresh tokens, as well as CRUD operations.

License

Notifications You must be signed in to change notification settings

naikmubashir/Secure-User-Manager

Repository files navigation

Backend Practice Repository

This repository is dedicated to practicing and honing backend development skills. It includes various implementations and exercises using the following technologies and concepts:

  • Node.js: JavaScript runtime for building server-side applications.
  • Express.js: Web application framework for Node.js.
  • MongoDB: NoSQL database for storing and managing data.
  • Authorization & Authentication: Techniques to secure applications, including user login and role management.
  • CRUD Operations: Implementation of Create, Read, Update, and Delete functionalities.

Project Structure

.
├── src
│   ├── controllers
│   ├── models
│   ├── routes
│   ├── middlewares
│   ├── config
│   ├── utils
│   └── app.js
├── .env
├── .gitignore
├── package.json
└── README.md

About

The Secure-User-Manager repository is dedicated to practicing and honing backend development skills using technologies such as Node.js, Express.js, and MongoDB. It includes implementations for authorization and authentication using JWT (JSON Web Tokens), access tokens, and refresh tokens, as well as CRUD operations.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published