16 lines
819 B
Markdown
16 lines
819 B
Markdown
# Backend for the Event Management System project
|
|
|
|
This project was created as a part of the final assignment for AP7PD, alongside the frontend that is tracked in a separate repository.
|
|
|
|
## Description
|
|
|
|
This backend facilitates an Event Mangement System application, which is essentially a calendar-like application, where people can track various events.
|
|
|
|
## Technology
|
|
|
|
The backend uses the [FastAPI](https://fastapi.tiangolo.com/) framework with [Python](https://www.python.org/) 3.12 or higher. To facilitate MongoDB connection, I will be using the [motor](https://pypi.org/project/motor/) library with [Beanie](https://beanie-odm.dev/) object-document mapper (ODM). The project will also contain a Dockerfile and a docker-compose file, which will make starting it very easy and reproducible.
|
|
|
|
## Installation
|
|
|
|
...
|