weitingyp / bit-app

Break Into Tech newsletter landing page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project structure

The app is created with the Flask microframework, and HTML and CSS for styling with the help of Bootstrap. A prototype of the landing page can be found at https://break-into-tech-weekly.herokuapp.com/.

Instructions

To run the app:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ flask run

Environment variables: In a .env file in the root directory of the project, include:

# API KEYS
AIRTABLE_KEY = YOUR_AIRTABLE_API_KEY_HERE
AIRTABLE_API_URL = YOUR_AIRTABLE_BASE&TABLE_API_URL_HERE

About

Break Into Tech newsletter landing page


Languages

Language:HTML 54.0%Language:Python 31.7%Language:CSS 13.4%Language:Shell 0.9%