saeedezzati / reang

REACT + Django starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BACKEND:

  • cd reang/backend
  • run 'pip3 install -r requirements.txt' [If you don't have Python ^3.0 you need to install it first]
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser [create a super user account]
  • run 'python manage.py runserver'
  • go to http://127.0.0.1:3000/admin and login with the created account

DATABASE:

FRONTEND:

About

REACT + Django starter


Languages

Language:JavaScript 63.2%Language:Python 33.9%Language:HTML 2.9%