Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 426 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 426 Bytes

Python GraphQL

A simple GraphQL Web App in python using graphine and django to create/fetch data from a postgres database as a backend and display information on a React.js website

Todo

  • Complete The React Website with better context and the ability to do all requests on the GrahphQL
  • Design site to look better with CSS
  • Make an API Documentation page
  • Add authenication to the backend either with oauth or jwt