Skip to content

pfieffer/todo-app-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack TODO Web App

Web app made in the MERN stack

Features

  • Create a TODO item
  • Mark TODO item as complete
  • Delete TODO item

Tech

The project was build using node version 16.17.1 and yarn version 1.22.19

node -v
v16.17.1

yarn -v
1.22.19

Installation

For setting up your development environment, use respective links in the Tech section

  1. First of all create an account at https://www.mongodb.com/ and create a cluster and database

  2. Create a nodemon.json file inside server

  3. Paste the following inside nodemon.json

    {
        "env": {
            "MONGO_USER": "<your_mongo_db_user>",
            "MONGO_PASSWORD": "<your_mongo_db_password>",
            "MONGO_DB": "<your_db_name>"
        }
    }
    
  4. Replace your mongo db user, password and db name

  5. Don't forget to whitelist your ip address from mongo db atlas everytime you connect to a different network

  6. Start server cd server and yarn start

  7. Start client app : cd client and yarn start

Full tutorial on free code camp by Ibrahim Ndaw. Github

About

fullstack todo app using mern stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published