Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Link

https://pr-portal-a894c14f241d.herokuapp.com/

PR-Portal

Attendance portal web app for particpant relation members and leaders for ACM Developer's Day

Installation

Prerequisites

  • Python 3.x installed on your system
  • pip package manager
  • Django REST framework

Setting Up Virtual Environment

It's recommended to use a virtual environment to isolate project dependencies. Follow these steps to create and activate a virtual environment:

  1. Open your terminal/command prompt.

  2. Navigate to the project directory.

  3. Create a virtual environment (replace 'env' with your preferred name) python -m venv env

  4. Activate the virtual environment:

    • For Unix/Linux:
      source myenv/bin/activate

    • For Windows:
      myenv\Scripts\activate

  5. Once the virtual environment is activated, install the project dependencies listed in the requirements.txt file:
    pip install -r requirements.txt

Run Project

Execute the following command from project directory (where manage.py is located):
python manage.py runserver

About

A Django based PR portal for assisting PR team for managing various competition's students record.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages