Skip to content

Django backend for Minvera, an inventory system for a home library.

Notifications You must be signed in to change notification settings

kcwoodfield/minerva-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minerva Backend

Get Started

Create virtual environment

python3 -m venv venv

Activate the virtual environment

source venv/bin/activate

Install Django

pip install django django-ninja

Run server

cd src && python manage.py runserver 8001

Project Resources

About

Django backend for Minvera, an inventory system for a home library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages