Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 896 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 896 Bytes

Django + PostreSQL + GraphQL + ReactJS 🤔

GitHub last commit GitHub GitHub issues

How to run

  • python -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • cd project
  • change ./project/settings.py
  • python manage.py migrate
  • python manage.py runserver
  • cd fontend
  • npm start

Thanks for tutorials:

Part 1

Part 2