Skip to content

Simple Full Stack Todo-App created using MERN stack. Take a look at the live demo below->

Notifications You must be signed in to change notification settings

varsubham/Todo-Do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-App

Simple Full Stack Todo-App App created using MERN stack

Installing

  1. Install dependencies

    In the root folder run the following code

npm run install-backend
npm run install-client
  1. Update keys.js file at /backend/config/ with your details:
module.exports = {
    mongoURI: "Your MongoDb Connection String",
    secretOrKey: "YourSecretKey"
  };
  1. Run project
npm run backend-dev
npm run frontend-dev

About

Simple Full Stack Todo-App created using MERN stack. Take a look at the live demo below->

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published