Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 458 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 458 Bytes

Blog

django blog for beginners

Servers

Tools:

1- Back End:

  • Python 3.6+
  • Django 3.1.7
  • Pillow
  • django-heroku
  • gunicorn

2- Front End:

  • React

Build

  • to run backend server (Django), navigate to backend folder then run this command: python manage.py runserver.
  • to run front server (React), navigate to frontend folder then run: npm start