https://github.com/ameya-kawade/random-memes-app-using-flask
It will give you random memes so enjoy some memes.The site will take time to load, bcoz its free hosting so you have to wait
https://github.com/ameya-kawade/random-memes-app-using-flask
api flask flask-application html python tailwindcss
Last synced: 2 months ago
JSON representation
It will give you random memes so enjoy some memes.The site will take time to load, bcoz its free hosting so you have to wait
- Host: GitHub
- URL: https://github.com/ameya-kawade/random-memes-app-using-flask
- Owner: ameya-kawade
- Created: 2023-11-08T10:43:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T03:22:30.000Z (over 2 years ago)
- Last Synced: 2025-04-09T23:55:39.299Z (about 1 year ago)
- Topics: api, flask, flask-application, html, python, tailwindcss
- Language: HTML
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Memes App using Flask
It gives you random memes from reddit using the reddit memes api(not Official)
Link to website : https://random-memes-viewer.onrender.com/
Api repo link : https://github.com/D3vd/Meme_Api
## How to use the project
1.Setup virtual environment :
pip install virtualenv
virtualenv {your environment name}
e.g -
virtualenv env
2.Activate the virtual environment:
{environment_name}\Scripts\activate.bat
or
{environment_name}\Scripts\activate.ps1
e.g-
env\Scripts\activate.bat
3.Install the required packages:
pip install -r requirements.txt
#this will install all the required packages
4.Now run the flask application:
python app.py