Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoroxide/inventorymgs
Inventory Management System
https://github.com/zoroxide/inventorymgs
Last synced: about 9 hours ago
JSON representation
Inventory Management System
- Host: GitHub
- URL: https://github.com/zoroxide/inventorymgs
- Owner: zoroxide
- Created: 2022-07-29T17:42:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T19:06:39.000Z (about 2 years ago)
- Last Synced: 2023-05-15T00:21:52.241Z (over 1 year ago)
- Language: HTML
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inventory-management
This is a inventory management system2. Go To Project Directory
```
cd inventory-management
```
3. Create Virtual Environment
```
python3 -m venv venv
```
4. Active Virtual Environment
```
source venv/bin/activate
```
5. Install Requirements File
```
pip install -r requirements.txt
```
6. Migrate Database
```
python manage.py migrate
```
7. Create Super User
```
python manage.py createsuperuser
```
8. Run Project
```
python manage.py runserver
```