An open API service indexing awesome lists of open source software.

https://github.com/parth5757/vendors-hub


https://github.com/parth5757/vendors-hub

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vendors_Hub
It's an Inventory management website

step

``` bash
pip install django
```

``` python
python manage.py makemigrations
```

``` python
python manage.py migrate
```

``` python
python manage.py createsuperuser
```

``` python
python manage.py runserver
```