Responsive memes website with hot, new and top post ranking based in reddit hot algorithm
Check the live version at: https://www.elmuro.pw/
Python 3 Pip
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/
Best deployed with nginx and gunicorn as webserver
- Django - Web Framework
- PostgreSQL - Database
- Bootstrap - CSS Framework
- Emmanuel Perez - Initial work - EmmanuelPerezP Twitter: @EmmanuelPdev