https://github.com/arvind-4/integrate-airtable-and-flask
Make a Landing Page using Airtable and Flask
https://github.com/arvind-4/integrate-airtable-and-flask
airtable-api api bootstrap5- css3 flask html5 python
Last synced: about 2 months ago
JSON representation
Make a Landing Page using Airtable and Flask
- Host: GitHub
- URL: https://github.com/arvind-4/integrate-airtable-and-flask
- Owner: arvind-4
- License: mit
- Created: 2021-06-29T16:11:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T11:44:07.000Z (almost 3 years ago)
- Last Synced: 2025-05-15T19:11:26.868Z (about 1 year ago)
- Topics: airtable-api, api, bootstrap5-, css3, flask, html5, python
- Language: HTML
- Homepage: integrate-airtable-and-flask.vercel.app
- Size: 593 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Integrate Airtable & Flask
A Landing Page made with Flask and Airtable.
### Demo:
Click [Here](http://integrate-airtable-and-flask.vercel.app/ "integrate-airtable-and-flask.vercel.app") to View the Website.
Hosted on [Vercel](https://vercel.com).
### Running it Locally:
#### Step 1: Create a Virtual Environment
```bash
pip3 install venv
cd ~/Dev
mkdir flask-airtable
cd flask-airtable
python3 -m venv .
source bin/activate
```
**For Windows us `.\Scripts\activate`**
#### Step 2: Clone Repository:
```bash
cd ~/Dev/flask-airtable
git clone https://github.com/Arvind-4/Integrate-Airtable-and-Flask.git .
```
#### Step 3: Install Requirements:
```bash
pip install -r requirements.txt
```
#### Step 4: Run the Code:
```bash
cd ~/Dev/flask-airtable
bash run.sh
```