jgenc / hua-distributed-project-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hua-distributed-project-backend

This is a repository used for the Distributed Systems course project and for the DevOps course. To be more precise, this repository is the implementation of the backend/API component for the "Property Management System" we had to implement.

Technologies Used

The first edition of the project was implemented using the Spring Java framework. You can find the source code for that here. The second version will use the fastapi Python framework and is currently being developed on the main branch.

In conjuction with fastapi we use:

  1. A Postgres Database
  2. SQLAlchemy which is an ORM for Python
  3. Alembic which handles migrations
  4. Docker with docker-compose

We would also like to expand on the following topics:

  1. Asynchronous Python methods and Asynchronous database operations
  2. Deeper understanding of nginx (reverse proxies in general)
  3. Image storage for future usage
  4. Docker swarm/Kubernetes
  5. CI/CD

About


Languages

Language:Python 92.7%Language:Shell 5.2%Language:Mako 1.3%Language:Dockerfile 0.9%