Releases: theluqmn/whouse
v0.2 (v0.1 build fix)
This release fixes the build bug related to the location of the database.db file, which was hard coded on v0.1 to a directory that only exists on my system lol. The database file is now generated at the same directory as the server.
More work-in-progress. Please note that the server does not have logging built-in (primarily as I have return errors on the response body). Please refer to the table at README.
- server.exe - the server. Please run this first.
- client.exe - the client
Note
This release is compiled for Windows.
v0.1
The following features are implemented:
- API:
- CRUD operations on items
- set/change stock count
- client:
- creating/listing items
More work-in-progress. Please note that the server does not have logging built-in (primarily as I have return errors on the response body). Please refer to the table at README.
- main.exe - the server
- client.exe - the client
Note
This release is compiled for Windows.