Skip to content

shoukreytom/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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