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

https://github.com/igorbayerl/garden-erp-python


https://github.com/igorbayerl/garden-erp-python

Last synced: 3 months ago
JSON representation

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
```