https://github.com/haque-misbahul/crud-mean
https://github.com/haque-misbahul/crud-mean
angular expressjs mongodb nodejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haque-misbahul/crud-mean
- Owner: Haque-Misbahul
- Created: 2024-10-16T17:46:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T23:45:40.000Z (over 1 year ago)
- Last Synced: 2025-03-06T02:47:00.778Z (over 1 year ago)
- Topics: angular, expressjs, mongodb, nodejs
- Language: TypeScript
- Homepage:
- Size: 3.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-MEAN Application
> A Full-Stack CRUD application built using the MEAN (MongoDB, Express.js, Angular, Node.js) stack.
## Technologies Used
- **MongoDB**: Database for storing application data.
- **Express.js**: Backend framework for building the RESTful API.
- **Angular**: Frontend framework for user interface and interaction.
- **Node.js**: Server-side runtime environment for running the backend.
## Overview
This project is a basic CRUD application showcasing the power of the MEAN stack. Users can create, read, update, and delete resources, with data stored in MongoDB and served via RESTful API built in Express.js, while the user interface is built using Angular.