https://github.com/igorbayerl/garden-erp-python
https://github.com/igorbayerl/garden-erp-python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/igorbayerl/garden-erp-python
- Owner: IgorBayerl
- Created: 2024-08-20T23:53:31.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-09-18T02:19:26.000Z (over 1 year ago)
- Last Synced: 2025-03-23T06:19:23.224Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 49.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Inside the server project folder, run the following commands:
1. Install the requirements
```bash
pip install -r requirements.txt
```
2. Setup the database
```bash
python manage.py migrate
```
3. Run the server
```bash
python manage.py runserver
```
4. Add test data, in another terminal with the server running in the background
```bash
python addData.py
```
----
## Build the executable
```
pyinstaller GardenErp.spec
```