Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 727 Bytes

File metadata and controls

22 lines (13 loc) · 727 Bytes

Web Dev Assignments

This repo contains all of my assignments, codes and test sites and some notes of Web Dev.

Module - NodeJS Assignments

  • 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 assign02 and it will run


Module 03 - API and File System Assignment

  • 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 assign03 and go to http://localhost:3000/