Skip to content

gaurav-12/mean-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

✔️ 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 <path to DB directory>
  • 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 Add new Task Task marked 'Done'

Signup Login Home Page