Skip to content

Commit

Permalink
feat: add sql database design link
Browse files Browse the repository at this point in the history
  • Loading branch information
Horlawhumy-dev committed Jul 2, 2024
1 parent 3899261 commit baa0238
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ A simple Django backend for a inventory mananagement that manages users, product
- Reporting endpoints for sales and products stock management


## SQL Database Design

[SQLDesign](https://drawsql.app/teams/peaknews/diagrams/drugstoc-inventory)

## Getting Started

### Prerequisites
Expand Down Expand Up @@ -51,6 +55,11 @@ A simple Django backend for a inventory mananagement that manages users, product
```bash
make runserver
```
6. **Create Super User**

```bash
make createsuperuser
```

## Internal API Endpoints Documentation

Expand Down

0 comments on commit baa0238

Please sign in to comment.