Skip to content

Phurpa10923/Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo App (MERN Stack)

A full-stack Todo application built using ReactJs and Redux for the frontend and Node.js, Express, and MongoDB for the backend.

Getting Started

Follow these instructions to set up and run the project locally on your machine.

Prerequisites

Setting up MongoDB

  1. Download and install MongoDB from the official website.
  2. Start MongoDB by running the following commands in separate terminal windows:
    mongod
    mongosh

Running app locally

  1. Install all the packages required for front end and backend by going to respecitve folder and executing
    //Front end
    cd ./todo
    npm install 
    
    //Backend
    cd ../todoserver
    npm install
    
  2. Then after that , need to run execute
    npm run start  // start react Front-end app
    nodemon index.js  // start Backend node app 
    
  3. Then navigate to the localhost:3000 to start exploring my app .

About

A todo responsive site showcasing my front end and backend skill.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages