urandu / pham-store

Pharmaceutical inventory app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pharm-store API

This is the backend for pharm-store

Installation

  • Have docker installed
  • clone this repository git clone https://github.com/urandu/pham-store.git
  • cd pharm-store
  • docker-compose up
  • docker-compose run api python manage.py createsuperuser
  • docker-compose run api python manage.py makemigrations
  • docker-compose run api python manage.py migrate

API swagger documentation

TODO

  • Add authentication

About

Pharmaceutical inventory app


Languages

Language:Python 97.0%Language:Dockerfile 3.0%