Skip to content

udbhavsomani/ccs-among-us

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codesus

Creative Computing Society - event: November 2020.

A webapp with a terminal like interface (Flask, PostgreSQL, JavaScript, HTML, CSS)

  • 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.

Steps to run in development

  • Switch to the develop branch and clone the repository.
  • OPTIONAL (Recommended) : Create a virtual environment.
  • Install all the required libraries using pip install -r requirements.txt
  • Type python to open the python shell and run the following commands:
    • from CCSAmongUs import db
    • db.create_all()
    • exit()
  • Run python run.py
  • The development server will run at http://127.0.0.1:5000/

Preview

image image image image

About

CCS event November 2020.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •