Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haque-misbahul/crud-mean
https://github.com/haque-misbahul/crud-mean
angular expressjs mongodb nodejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haque-misbahul/crud-mean
- Owner: Haque-Misbahul
- Created: 2024-10-16T17:46:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T23:45:40.000Z (3 months ago)
- Last Synced: 2024-10-20T11:00:56.238Z (3 months 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.