Framework: FastAPI
Database: PostgreSQL
Database Management: Pgadmin4
Container Managment: Docker
Clone the project
git clone https://github.com/OriginalDCAM/lifescript-backendGo to the project directory
cd lifescript-backendCreate a virtual environment
virtualenv venvActivate virtual environment
source venv/bin/activateInstall dependencies
pip install -r requirements.txtStart the server
docker compose up -d