/Incomasys

International Conference Management System, Software Engineering Project

Primary LanguageHTML

Incomasys

International Conference Management System, Software Engineering project

Requirements

  • python3.9+
  • virtualenv
  • pip3

Setup

Clone the project codebase

git clone https://github.com/Mitul16/Incomasys.git

# switch to the project directory for further instructions
cd Incomasys

Create a virtual environment

virtualenv venv
source ./venv/bin/activate

Install the software dependencies

pip install -r requirements.txt

Start the web server

# start the `django` server
python manage.py runserver