Skip to content

nguyendaiky/UIT-UCPC-Web

Repository files navigation

UCPC Registration System

This is the system for UCPC Registration

For Development

Running

  1. 🙂 Windows
# 🗻 Create environment
python -m venv env
.\env\Scripts\activate

# ⚙ Setup environment
pip install -r .\requirements.txt

# 🏃‍♂️ Run server
python .\manage.py runserver
  1. 🐧 Linux
# 🗻 Create environment
python3 -m venv env
source env/bin/activate

# ⚙ Setup environment
pip3 install -r .\requirements.txt

# 🏃‍♂️ Run server
python3 .\manage.py runserver

Testing

# on Linux
python3 manage.py test

# on Windows
python .\manage.py test

For deployment

# Note that the docker things not done yet
docker-compose up

About

UIT Competitive Programming Contest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages