Skip to content

The source code of Braincore's team application for COMPFEST 14

License

Notifications You must be signed in to change notification settings

Itsfanyy/COMPFEST-14

 
 

Repository files navigation

COMPFEST-14

The source code of Braincore's team application for COMPFEST 14

How to run this Flask app

  • Clone this repo
  • Open terminal and go to this project's root directory
  • Type python -m venv .venv and hit enter
  • In Linux, type source .venv/bin/activate
  • In Windows, type .venv\Scripts\activate
  • Type pip install -r requirements.txt
  • Serve the Flask app by typing flask run
  • It will run on http://127.0.0.1:5000

About

The source code of Braincore's team application for COMPFEST 14

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.5%
  • CSS 5.1%
  • Python 2.9%
  • Dockerfile 2.5%