Skip to content

datasci4citizens/server-wounds

Folders and files

NameName
Last commit message
Last commit date
Dec 1, 2024
Nov 6, 2024
Sep 13, 2024
Dec 1, 2024
Dec 3, 2024
Nov 22, 2024
Oct 11, 2024
Dec 1, 2024
Sep 13, 2024
Nov 29, 2024
Nov 15, 2024

Repository files navigation

Data Science for Citizens

Server Application Software for Wounds App

This project embraces the server implementation of Wounds App.

Directory Structure

  • install - installation instructions of the PostgreSQL in docker plus the SQLModel and FastAPI libraries;
  • migrations - migrations of the Postgres database;
  • model - diagram of the data model;
  • src - server source code in Python.

Running the Main Server Application

Create virtual environment on root

python3 -m venv .venv

Go to install/dbms

cd install/dbms

Run docker compose file

docker compose up

Go back to root and activate virtual environment

source .venv/bin/activate

Install the requirements.txt

pip install -r requirements.txt

Go to src

cd src

Run server

fastapi dev main.py

About

Server for the application that deals with wounds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published