Skip to content

stefanjcollier/DnD_DM_Sidekick_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D&D DM Sidekick API

The backend API to the 'DM Sidekick' tool

Requirements

  • Python 3.9
  • Pipenv

Installation

git clone [email protected]:stefanjcollier/DnD_DM_Sidekick_API.git
cd DnD_DM_Sidekick_API

# Install python packages
pipenv install

# Create database with tables
python manage.py migrate

Run

cd DnD_DM_Sidekick_API
pipenv shell
python manage.py runserver

Test

No testing yet 😅

About

The backend API to the 'DM Sidekick' tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages