Skip to content

Free stock management software based on web application.

License

Notifications You must be signed in to change notification settings

yanwarsolahudin/regensi_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regensi API

API for Stock Management Software based on web apps.

What Is Regensi?

Regensi is Free Stock Management Software based on web apps.

Requirements

In development, I use:

  • Python 3.6

Quick Start

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.

License

This software under MIT License.

Releases

No releases published

Packages

No packages published

Languages