Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 596 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 596 Bytes

ToDoList

This is a ToDo list prorgam. At the beginning, I tried to follow this video on youtube Building a Todo List App with MERN Stack | Todo Application using MongoDB + Express + React + Node Then this will be developed to have additional features.

Technologies (MERN):

  1. Mongo
  2. Express
  3. React
  4. Node js

Implementation

To run the program the following instructions are required:

  • Client side (1st terminal)
cd todolist
npm install
npm run dev
  • Server side (2nd terminal)
cd Server
npm install
npm start