- This portal was developed to be used for an online coding event. It has a terminal interface on the web where user can run pre-set commands. It fetches data from a flask back-end using AJAX.
- Switch to the
developbranch and clone the repository. - OPTIONAL (Recommended) : Create a virtual environment.
- Install all the required libraries using
pip install -r requirements.txt - Type
pythonto open the python shell and run the following commands:from CCSAmongUs import dbdb.create_all()exit()
- Run
python run.py - The development server will run at http://127.0.0.1:5000/



