Skip to content

buurro/osu-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Create a virtual environment and install the required packages

python3 -m venv venv
source venv/bin/activate
pip install wheel
pip install -r requirements.txt

Copy .env.example to .env and add your Osu! API Key

Run database migrations

python manage.py migrate

Run the development server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages