The project is a Full Stack Web App for a University Student Portal. The Main Tech Stack used to build this project is ReactJS+Django moreover the project uses SQLite Database for storing information about the students.
Make Sure you have the following dependencies installed on your machine.
Make Sure to add the above dependencies to your Environment Variables.
cd inside the frontend folder
cd .\frontend\
Run the following commands on a terminal:
npm i
npm run dev
Make Sure to move out from the Run the following commands on a terminal:
1.Install Django and and its related dependencies from npm.
pip install django djangorestframework pillow
Make Sure that you are in the base directory of the project then run the following command
python manage.py runserver