https://pr-portal-a894c14f241d.herokuapp.com/
Attendance portal web app for particpant relation members and leaders for ACM Developer's Day
- Python 3.x installed on your system
- pip package manager
- Django REST framework
It's recommended to use a virtual environment to isolate project dependencies. Follow these steps to create and activate a virtual environment:
-
Open your terminal/command prompt.
-
Navigate to the project directory.
-
Create a virtual environment (replace 'env' with your preferred name) python -m venv env
-
Activate the virtual environment:
-
For Unix/Linux:
source myenv/bin/activate -
For Windows:
myenv\Scripts\activate
-
-
Once the virtual environment is activated, install the project dependencies listed in the requirements.txt file:
pip install -r requirements.txt
Execute the following command from project directory (where manage.py is located):
python manage.py runserver