Framework: FastAPI
Database: PostgreSQL
Database Management: Pgadmin4
Container Managment: Docker
Clone the project
git clone https://github.com/OriginalDCAM/lifescript-backend
Go to the project directory
cd lifescript-backend
Create a virtual environment
virtualenv venv
Activate virtual environment
source venv/bin/activate
Install dependencies
pip install -r requirements.txt
Start the server
docker compose up -d