Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asm2212/rest_api
🚀 Building a REST API with Node.js, Express, TypeScript, and MongoDB! Includes 🔐 secure routes, type safety, and 📄 CRUD operations connected to a MongoDB database.
https://github.com/asm2212/rest_api
authentication express mongoose nodejs nodemon rest-api typescript
Last synced: about 13 hours ago
JSON representation
🚀 Building a REST API with Node.js, Express, TypeScript, and MongoDB! Includes 🔐 secure routes, type safety, and 📄 CRUD operations connected to a MongoDB database.
- Host: GitHub
- URL: https://github.com/asm2212/rest_api
- Owner: asm2212
- License: gpl-3.0
- Created: 2024-11-05T12:05:01.000Z (15 days ago)
- Default Branch: master
- Last Pushed: 2024-11-07T08:12:20.000Z (13 days ago)
- Last Synced: 2024-11-07T08:31:53.390Z (13 days ago)
- Topics: authentication, express, mongoose, nodejs, nodemon, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 5.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## REST API with Node.js, Express, TypeScript, and MongoDB 🚀
This project demonstrates how to build a REST API using Node.js, Express, TypeScript, and MongoDB.
It includes secure routes, type safety, and CRUD (Create, Read, Update, Delete) operations connected to a MongoDB database.
## Features 🌟
Authentication 🔐: Secure routes with crypType Safety 🦾: TypeScript ensures robust and reliable code.
CRUD Operations 📄: Complete CRUD functionality with MongoDB.
MongoDB Integration 🗃: Stores data securely in MongoDB.