Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suarajyadavy676/infiny-backend
This backend is developed using Node.js, Express.js, and MongoDB with Mongoose. It provides a RESTful API with support for CRUD operations and user authentication, including JWT and bcrypt for secure sign-in and sign-up functionalities.
https://github.com/suarajyadavy676/infiny-backend
expressjs mongodb mongodb-atlas mongoosejs nodejs
Last synced: about 1 month ago
JSON representation
This backend is developed using Node.js, Express.js, and MongoDB with Mongoose. It provides a RESTful API with support for CRUD operations and user authentication, including JWT and bcrypt for secure sign-in and sign-up functionalities.
- Host: GitHub
- URL: https://github.com/suarajyadavy676/infiny-backend
- Owner: suarajyadavy676
- Created: 2024-05-20T18:28:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T15:11:56.000Z (3 months ago)
- Last Synced: 2024-09-27T20:23:25.970Z (about 2 months ago)
- Topics: expressjs, mongodb, mongodb-atlas, mongoosejs, nodejs
- Language: CSS
- Homepage: https://infiny-backend-production.up.railway.app/
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for Infiny
This backend is developed using Node.js, Express.js, and MongoDB with Mongoose. It provides a RESTful API with support for CRUD operations and user authentication, including JWT and bcrypt for secure sign-in and sign-up functionalities.
## Description
The backend is designed to support a web application with robust functionality, including user authentication and management. It supports various operations such as creating, reading, updating, and deleting resources, and it integrates JWT for secure authentication and bcrypt for password hashing.
## Key Features
- **CRUD Operations:** Implemented GET, POST, DELETE, and UPDATE methods for resource management.
- **User Authentication:** Secure sign-in and sign-up functionality using JWT for token-based authentication and bcrypt for password hashing.
- **Data Persistence:** Utilizes MongoDB with Mongoose for efficient data management and schema enforcement.## Installation
1. Clone the repository:
git clone url