Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaurav-12/mean-todo-app
MEAN Stack ToDo Web Application
https://github.com/gaurav-12/mean-todo-app
angular backend expressjs frontend mean-stack mongodb-server nodejs todolist
Last synced: 21 days ago
JSON representation
MEAN Stack ToDo Web Application
- Host: GitHub
- URL: https://github.com/gaurav-12/mean-todo-app
- Owner: gaurav-12
- Created: 2020-08-19T20:23:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T22:26:23.000Z (over 4 years ago)
- Last Synced: 2024-11-10T04:38:27.608Z (3 months ago)
- Topics: angular, backend, expressjs, frontend, mean-stack, mongodb-server, nodejs, todolist
- Language: TypeScript
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✔️ MEAN Stack ToDo Application
Task Management Web Application, using MEAN Stack
This repository contains both Backend(API and DB Controller) and Frontend(Angular Project).# ⌨️🖱️ Setup
* Clone or download the repository.
* Install dependencies of both (Backend and Front) projects individually.
* Run `npm install` in both `Backend` and `TaskManager` directories.
* Setup MongoDB server locally.# 🖥️ Run
After successful setup of the projects, follow these steps
* Start the MongoDB Server. `mongod --dbpath `
* Start Express Server, in `Backend` directory, `npm start`.
* Run Angular project, in `TaskManager` directory, `ng serve`.
* Now the project should be up and running 👍🏻.# 📸 Working Screenshots
![Initial Page](https://i.imgur.com/fCvNetD.jpg)
![Add new Task](https://i.imgur.com/tu67PrJ.jpg)
![Task marked 'Done'](https://i.imgur.com/SCJ3Tfj.jpg)![Signup](https://i.imgur.com/s34xcaR.jpg)
![Login](https://i.imgur.com/rPermRo.jpg)
![Home Page](https://i.imgur.com/X7ys72J.jpg)