Skip to content

Lab 4, Database and Information Systems, Spring 2022, IIT Bombay

Notifications You must be signed in to change notification settings

scriptographers/CS387-Lab-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS387 Lab 4 - IITCricInfo

Link to Problem statement

Getting Started

Environment setup

Fill the environment variables present in .env file

Database setup

cd setup/
pip install -r requirements.txt
python insert.py

Backend Install

cd backend/
npm i

Frontend Install

cd frontend/
npm i

Backend Launch

cd backend/
npm start

Frontend Launch

cd frontend/
npm start

References

(This project was made as a course assignment for CS 387: Database and Information Systems Lab, Spring 2022, IIT Bombay.)