Skip to content

A Todo app made using MERN stack with features like user login, saving task to database

Notifications You must be signed in to change notification settings

sraosubhash/Mern-To-Do-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

Mern-To-Do-Application

A Todo app made using MERN stack with features enabling CRUD applications and uses MVC architecture and saves data in the database.

Installation

git clone https://github.com/sraosubhash/Mern-To-Do-Application.git

Go to frontend and backend directory to install packages

cd frontend
npm install
cd backend
npm install

Run the app

cd backend
nodemon server
cd frontend
npm start

About

A Todo app made using MERN stack with features like user login, saving task to database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published