A repository containing the solutions to all problems in the ITT Lab Manual (6th Semester, ICT, MIT, Manipal)
- Clone the repository
- Head over to terminal and change the directory to the specific question
example: cd /Users/yourusername/Documents/Github/itt-lab/lab1/q1
- Run the following command
php -S localhost:5000
- Head over to your web browser and search for
www.localhost:5000/l1q1.html
- Clone the repository
- Head over to terminal and change the directory to the specific question
example: cd /Users/yourusername/Documents/Github/itt-lab/lab5/q1
- Run the following command
python3 l5q1a.py
For lab7, make sure you install sqlite3