0% found this document useful (0 votes)
59 views

Full Stack Web Development at Shaastra IITM

This document provides an overview of a full stack web development course at Shaastra IITM. The course will be split into two parts: Part 1 will cover HTML, CSS, and JavaScript for frontend development. Part 2 will cover Django, MongoDB, and building a full project using these technologies. Some basic programming knowledge in Python is recommended. The course expects students to have preliminary experience with HTML, CSS, JavaScript and to review references provided on these topics before the first session. Upon completing the course, students will be able to build simple web pages, style them, add interactivity with JavaScript, build backends with Django, integrate a MongoDB database, and retrieve data to display on their websites.

Uploaded by

pratik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

Full Stack Web Development at Shaastra IITM

This document provides an overview of a full stack web development course at Shaastra IITM. The course will be split into two parts: Part 1 will cover HTML, CSS, and JavaScript for frontend development. Part 2 will cover Django, MongoDB, and building a full project using these technologies. Some basic programming knowledge in Python is recommended. The course expects students to have preliminary experience with HTML, CSS, JavaScript and to review references provided on these topics before the first session. Upon completing the course, students will be able to build simple web pages, style them, add interactivity with JavaScript, build backends with Django, integrate a MongoDB database, and retrieve data to display on their websites.

Uploaded by

pratik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Full Stack Web Development

@ Shaastra IITM

Relevant For: Those who are looking to get started in Full-Stack Web Development

Abstract

Part 1 HTML, CSS and JavaScript

Part 2 Django, MongoDB, Project (using basic


HTML, CSS, JavaScript, Django and
MongoDB)

Prerequisites :
● Basic programming knowledge would certainly be helpful; some preliminary experience
with HTML/CSS/Javascript preferred
● A laptop with a text editor (preferably Visual Studio Code) and a browser with developer
tools (preferably Google Chrome/Safari)
● Please take a look at the some of these references mentioned below before the first
session for better understanding
● Some basic familiarity with Python

References:
HTML:
https://www.internetingishard.com/html-and-css/basic-web-pages/
https://developer.mozilla.org/en-US/docs/Web/HTML
https://html.com/#HTML_for_Absolute_Beginners

CSS:
https://developer.mozilla.org/en-US/docs/Web/CSS
https://www.freecodecamp.org/news/get-started-with-css-in-5-minutes-e0804813fc3e/

JavaScript:
https://developer.mozilla.org/en-
US/docs/Learn/Getting_started_with_the_web/JavaScript_basics
https://www.w3schools.com/js/

Python:
https://docs.python.org/3/
Django:
https://www.tutorialspoint.com/django/django_basics.htm

MongoDB:
https://www.tutorialspoint.com/mongodb/index.htm
Outcome :
● Build your own simple web pages in HTML and style them using CSS and Bootstrap4
● Be able to implement simple JavaScript code to provide interactivity to your web page
● Build backend for a website using Django
● Store data in a database and then retrieve data from the database to display on website

You might also like