Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.