Skip to content

Responsive meme page with hot, new and top ranking based in reddit hot algorithm

License

Notifications You must be signed in to change notification settings

EmmanuelPerezP/ElMuro

Repository files navigation

ElMuro

Responsive memes website with hot, new and top post ranking based in reddit hot algorithm

Check the live version at: https://www.elmuro.pw/

Dependencies

Python 3 Pip

Install

install python3

$ sudo apt install python3

install pip

$ sudo apt-get install python-pip python-dev build-essential 

clone repository

$ git clone (url)

create a local virtual enviroment

$ virtualenv env

activate env

$ source env/bin/activate

install requirements

$ env/bin/pip install -r requirements.txt 

Debug and run backend server

$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Other commands see https://docs.djangoproject.com/en/2.0/

Deploy

Best deployed with nginx and gunicorn as webserver

Built With

Authors

About

Responsive meme page with hot, new and top ranking based in reddit hot algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published