This repo contains all of my assignments, codes and test sites and some notes of Web Dev.
- Assignment 2:
- Create a cli to-do tool where user can add and complete to-do list using the todo-cli commands
To Run the Assignment 02 of Module01-NodeJS, simply type:
npm run assign02and it will run
- The goal of this assignment is to use express JS to build an API which receives some request to read, list, create and delete local files of the server.
For More detail: Go to Module03-Api/readme.md
To Run the Assignment,
simply type:
npm run assign03and go tohttp://localhost:3000/