A todoList app that allows user to add and complete a todo
There are two folders client and server. Navigate to each individual folder and install the package dependencies
npm install
Both backend and frontend must be running concurrently. You can use the start script below to run each.
npm start
I'm using Mongodb