https://github.com/igorbayerl/garden-erp-python
https://github.com/igorbayerl/garden-erp-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/igorbayerl/garden-erp-python
- Owner: IgorBayerl
- Created: 2024-08-20T23:53:31.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2024-09-18T02:19:26.000Z (9 months ago)
- Last Synced: 2024-09-19T01:46:06.802Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 49.7 MB
- Stars: 1
- 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
```