Skip to content

duktom/OpenSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 OpenSpace

Python FastAPI SQLAlchemy Pydantic Postgres

📋 Prerequisites

  • Python 3.12+
  • PostgreSQL

🛠️ Quick Start

1. Config

  • Create empty DB
  • Clone .env.example and create .env with your data

2. Install & Run

🐧 Linux / macOS

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3.12 main.py

🪟 Windows

python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python main.py

📚 Docs

Swagger UI: http://localhost:8000/docs

About

Projekt aplikacji na ćwiczenia z systemów aplikacji mobilnych

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages