Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 441 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 441 Bytes

Maktabti

Maktabti is a web app that helps university students in Palestine

Pieces

  • In react-app/: a React App - Frontend
  • In python-api/: a Python Flask App - Backend
  • In database/: holds docker-compose file consisting of:
    • a PostgreSQL database
    • a Hasura GraphQL Engine

How to Conribute

  • Fork the repository
  • Create a new branch
  • Make changes
  • Commit and push to the branch
  • Create a Pull Request on GitHub