You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal Inventory Management System using Django Rest Framework and Angular 6
2
+
A minimal Inventory Management System using Django
3
+
4
+
## Features
5
+
6
+
- Easy to use
7
+
- A simple GUI
8
+
- Faster load speeds (thanks to Django 2.x!)
9
+
- Reports for keeping track of payments
10
+
- Download invoice PDF
11
+
- What is see is waht you get
12
+
13
+
## Working
14
+
15
+

16
+
17
+
## How to use
18
+
19
+
- Download the zip
20
+
- Extract the contents
21
+
- Install all dependencies by executing the following command:
22
+
23
+
```
24
+
$pip install -r requirements.txt
25
+
```
26
+
27
+
- For running the application simply execute the following commands:
28
+
29
+
```
30
+
$python3 manage.py migrate
31
+
$python3 manage.py runserver
32
+
```
33
+
34
+
- For creating a user execute:
35
+
36
+
```
37
+
$python3 manage.py createsuperuser
38
+
# Follow the instructions
39
+
```
40
+
41
+
- You can now login to the system!
42
+
43
+
44
+
### Built with ♥ and :coffee: by [`Omkar Pathak`](http://www.omkarpathak.in/)
45
+
46
+
# Donation
47
+
48
+
If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :)
49
+
50
+
| PayPal | <a href="https://paypal.me/omkarpathak27" target="_blank"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg" alt="Donate via PayPal!" title="Donate via PayPal!" /></a> |
0 commit comments