Skip to content

OriginalDCAM/lifescript-backend

Repository files navigation

Life Script backend

Tech Stack

Framework: FastAPI

Database: PostgreSQL

Database Management: Pgadmin4

Container Managment: Docker

Run Locally

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

About

This is the backend api for Lifescript made with FastAPI and Docker

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published