1.About Vasywoks
Vasyworks is a series title of systems for registering and publishing vacancy information in the rental management industry. It is mainly intended for use by japanese rental management companies (corporations and individuals) to disclose vacancy information of managed properties to rental agencies in Japan.

Vasyworks includes VasyworksDB (database construction project), VasyworksMGR (vacancy information data management project), VasyworksLIST (vacancy information list project), VasyworksAPI (vacancy information API project) (Vacancy Information API Project), and VasyworksSEARCH (Vacancy Information Search Project).

For an explanation of Vasyworks, please refer to the site at the following URL.
https://vasyworks.yworks.net

2. About VasyworksAPI (Vacancy Information API Project)
VasyworksAPI is a RESTful API project for publishing Vasyworks' vacancy information to your own website, etc. It uses the database built with VasyworksDB and the vacancy information data registered with VasyworksMGR. When you use VasyworksAPI, you need the API key of the company information registered in VasyworksMGR.

3. About the license of VasyworksAPI
The source code of VasyworksAPI is copyrighted by Yasuhiro Yamamoto and can be used under the license conditions of AGLPv3.

About the operating environment
The development environment is as follows
OS: Ubuntu 20.04
Nginx 1.18.0
PostgreSQL 12
Python3.8 venv
Django 3.2

5. about installation
Please refer to the following URL.
https://vasyworks.yworks.net/index.php/install/

6. DEMO environment
VasyworksDB http://vasyworks-db.yworks.net:/admin/ (Login user information is not disclosed)
VasyworksMGR http://vasyworks-mgr.yworks.net/ (login user information is public)
VasyworksLIST http://vasyworks-list.yworks.net/ (login user information is public)
VasyworksAPI http://vasyworks-api.yworks.net/ (No login required)
VasyworksSEARCH http://vasyworks-search.yworks.net/ (Login user information is public)

