Skip to content

jamidwyer/hord

 
 

Repository files navigation

hord

Inventory tracking. Work in progress.

Dev

git submodule init && git submodule update

docker compose up --build

If things go right, you'll see the following:

Create a superuser:

docker exec -it hord_server python manage.py createsuperuser

Deploy

Pull changes.

docker compose up --build

Roadmap

MVP

  • auth
  • user-specific inventory
  • persist data with rds

Nice to have

  • different nginx for prod and dev
  • mock data
  • https://whitenoise.readthedocs.io/en/stable/
  • non-docker server dev
  • automate ssl renewal
  • clean up nginx config
  • clean up submodule code made redundant by unifying here
  • aws secret manager

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published