Skip to content

International-Slackline-Association/SlackData

Repository files navigation

SlackData

SlackData is a database of slackline gear, inspired by SlackDB.

SlackData is open source, with an open API to allow other tools to use the database.

The project is still in it's early stages, so currently the only option is to run the backend locally.

Backend

Installation

  1. Create and activate a new python environment:
  • with uv:

    1. uv venv
    2. source venv/bin/activate
  • with standard python

    1. python3 -m venv venv
    2. source venv/bin/activate
  1. Install dependencies
  • for uv: uv sync
  • for python: pip install '-e.[dev]'

Running

  1. Activate environment (if not already activated)
    • source venv/bin/activate
  2. Navigate to backend folder
    • cd slack_data
  3. Run server
    • fastapi dev main.py
  4. Open browser and go to URL printed in terminal

About

Open Source Database + API of Slackline Gear

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages