API for Stock Management Software based on web apps.
Regensi is Free Stock Management Software based on web apps.
In development, I use:
- Python 3.6
Following is a quick guide to installing the Regensi API:
- Clone this project in your directory.
- Enter the clone directory using
cd
on the terminal. - Run the following command:
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
Access the http://localhost:8000
in the browser to view the Borwsable API.
If you want to change the configuration like a database or something else, you can visit the official Django documentation and see what you need.
This software under MIT License
.