Bloggy - blog application
Fully responsive, mixture of social media and blog application with Django and PostgreSQL.
https://bloggy-django.herokuapp.com/
It's deployed in Heroku -If you want to test it locally follow this Setup:
For Windows:
- Clone git repo - $ git clone https://github.com/MartinKraychev/blog-application.git
- Select the dir - $ cd blog-application
- Install virtual env - $ pip install virtualenv
- Create a venv - $ py -m venv venv
- Activate the virtualenv - $ venv\Scripts\activate
- Install dependencies - $ pip install -r requirements.txt
- You will need the EnvFile plugin to select .env file for the environment variables
- Start the project