Mawube's picture
Initial commit
30c5114 unverified
---
title: Afro-Palm
emoji:
colorFrom: pink
colorTo: blue
sdk: docker
pinned: true
license: mit
---
# Backend
This repository serves as a central hub for all backend code related to our project. It includes server-side code, database management scripts, APIs, and other related files that support the application's core functionality.
# Getting Started
In order to get started install the packages from the requirements.txt using
```pip install -r requirements.txt```
cd into the main directory in your terminal and run the ff to start the server;
```uvicorn main:app --reload```
# Documentation
To access to the documentation:
Use the url + `/docs`