Skip to content

sswastik02/OnlineTestSuite

 
 

Repository files navigation

OnlineTestSuite for Junior Code Cracker

logo

Activate a virtual environment in python using:

python3 -m venv venv
source venv/bin/activate

For debian based distro, in virtual evironment terminal type

pip install -r requirements.txt

To run the project on local machine

Create a PostgresSQL database.
Then cp .env.example .env and change .env file according to your need.

Inside project directory type

python manage.py migrate
python manage.py collectstatic
python manage.py runserver

About

Online Auditions Portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.4%
  • HTML 31.2%
  • CSS 23.1%
  • JavaScript 6.9%
  • Shell 0.4%