The Wayback Machine - https://web.archive.org/web/20201125143338/https://github.com/rusty-electron/bitoverflow-flask
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

BitOverflow - Flask

This repository contains the site code for the website bitoverflow.in that was created to host the event BitOverflow organized under Techxom '19. Visit its organization Page

This website primarily uses the following tools:

  • Flask
  • Flask-SQLAlchemy
  • Flask-login
  • SQLite3
  • PyGithub

Instructions to Deploy locally

Detailed Installation Steps will be added soon, Hang tight!

Note: To deploy as Production Server, don't use this method rather create a WSGI file and deploy using it.

  1. Create a virtual environment (Optional)
  2. Install dependencies from requirements.txt using the command:
pip install -r requirements.txt
  1. Run app.py
  2. To update leaderboard, run database.py. (It is advise to create a scheduled task for it.)

About

website code for the event bitoverflow

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.