Skip to content

merveecolakoglu/blog

Repository files navigation

blog

Blog with Django and React

  • Django
  • React
  • Redux
  • Postgresql

Download & Setup Instructions

  • Clone project git clone https://github.com/merveecolakoglu/blog.git
  • cd blog
  • create a virtual environment and active
  • Set the database from settings.py
  • python manage.py makemigrations
  • python manage.py migrate
  • pip install -r requirements.txt
  • python manage.py runserver

Install React modules

  • cd frontend
  • npm install

Home Screen PostDetail Screen PostList Screen UserLogin Screen UserProfile Screen