Skip to content

devraj4522/magic-bookshelf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Magic Bookshelf

~ a submission to RowdyHacks 2021 ~ Result: 2nd place overall on the General Track! :) You can find the project on Devpost here: https://devpost.com/software/placeholder-qncfoe

Workflows

  1. Clone the git repository.
  2. Install dependencies manually or using pip install -r requirements.txt :( Make sure to utilize the frozen dependencies list from requirements.txt for pip install within a virtual environment.
(virtualenv) $ pip freeze > requirements.txt
$ cd copied-project/
$ python3 -m venv virtualenv/
$ python3 -m pip install -r requirements.txt
  1. There are necessary environment variables located in .env (api keys, DB password) and .flaskenv (metadata about the flask app, specifically if it will run it development/production mode and the python file that will serve as the app's driver)
  2. flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.2%
  • Python 43.5%
  • CSS 6.0%
  • JavaScript 3.2%
  • Shell 0.1%