Fully responsive, mixture of social media and blog application with Django and PostgreSQL.

  • By null
  • Last update: Apr 15, 2022
  • Comments: 0

Bloggy - blog application

Fully responsive, mixture of social media and blog application with Django and PostgreSQL.

It's deployed in Heroku - https://bloggy-django.herokuapp.com/

If you want to test it locally follow this Setup:

For Windows:

  1. Clone git repo - $ git clone https://github.com/MartinKraychev/blog-application.git
  2. Select the dir - $ cd blog-application
  3. Install virtual env - $ pip install virtualenv
  4. Create a venv - $ py -m venv venv
  5. Activate the virtualenv - $ venv\Scripts\activate
  6. Install dependencies - $ pip install -r requirements.txt
  7. You will need the EnvFile plugin to select .env file for the environment variables
  8. Start the project

Github

https://github.com/MartinKraychev/blog-application