Skip to content

lowell-dev-club/www.lowelldevclub.com

Repository files navigation

Lowell Dev Club Website

Lowell Dev Club website hosted on heroku and can be found at https://www.lowelldevclub.com

Lowell Dev Club is a coding club at Lowell High School with cool plans to provide good teaching experiences and coding experiences to remember

Setup

Clone the repository and enter it

git clone https://github.com/lowell-dev-club/www.lowelldev.club.git
cd www.lowelldev.club

Requirements

Use pip to install needed libraries

pip install -r requirements.txt

Run Website Locally

  • export the database url environment variable
export DATABASE_URL=database_url_on_heroku
  • uncomment out the code in run.py
  • Run python run.py in your terminal

Authors

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details