Todo App Task This is simple MERN Stack Application. It allows user to create a task and delete a task and also mark as complete a task
Frontend Setup Open the Project in your VS Code and go to on the frontend directory and install node modules by using this command npm install
Frontend Test Case If u want to run the frontend code testcase then u need to remain in the client folder and type on terminal npm run test
Backend Setup Now go back on main folder where you have models, controllers etc and install node modules there type the command on backend folder npm install
Backend Test cases Now if you want to check the backend test case just check that you are on backend directory type the command on terminal mocha todo_controllers_test.js
Run Project To run the project into brower just open the VS code terminal into the main directory and type on terminal npm run dev