Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 908 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 908 Bytes

ACA-FSWD-2021

This is a Full-Stack Web Development Project offered by ACA-IITK (Association for Computing Activities, IIT Kanpur) which I did in my freshman-year.

Assignment-1:

Learnt about markdown files and some basic terminology related to web development.

Assignment-2:

Built a website using the HTML,CSS and Javascript.

Assignment-3:

Learnt about Get, Put , Post and Delete requests and implemented them using the fetch-api.

Back-end Assignments:

Used NodeJS, Express and MongoDB.
Assignment_1: Built an express server that serves HTML webpages and supports get, put, post and delete operations on 3 routes.
Assignment_2: Used the Mongoose module in NodeJS to design schemas and interact with the MongoDB server running on localhost.
Authentication_1: Implemented basic authentication with username and password using express-sessions and cookies.