Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadabir64/meme-generator-backend
https://github.com/muhammadabir64/meme-generator-backend
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammadabir64/meme-generator-backend
- Owner: muhammadabir64
- Created: 2024-01-29T07:52:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T07:58:12.000Z (11 months ago)
- Last Synced: 2024-01-29T09:58:25.009Z (11 months ago)
- Language: Python
- Homepage: https://muhammadabir64-meme-generator.netlify.app
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Meme-Generator - Backend
![image](https://github.com/muhammadabir64/meme-generator-frontend/assets/51321911/d3ac8f97-3386-4a26-93ae-d582f945507e)#### Live at: https://muhammadabir64-meme-generator.netlify.app
#### Frontend repository: https://github.com/muhammadabir64/meme-generator-frontend* Requirements:
- Python v3.12## how to setup?
1. Clone Repository:
```
https://github.com/muhammadabir64/meme-generator-backend
```
2. Install Dependencies:
```
pip install -r requirements.txt
```
3. Set ElephantSQL URL in `.env`:
```
SQLALCHEMY_DATABASE_URI=postgresql://
```
4. Migrate Database
```
flask db init
flask db migrate -m "Initial migration"
flask db upgrade
```
5. Start the server:
```
python app.py
```