An open API service indexing awesome lists of open source software.

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

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