Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 943 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 943 Bytes

Better WAPI WebApp

A web frontend for Better WAPI

Docker Image Version

Running

git clone https://github.com/Loupeznik/better-wapi-webapp

npm install -g pnpm
pnpm install

pnpm run dev

Building and configuration

Build the project with pnpm run build. The output will be in the dist folder.

pnpm install
pnpm run build

Then edit the dist/config.json file and set the API_BASE_URL to the BaseURL of your Better WAPI instance.

Screenshots

Create a record

Create record

Update a record

Update record

List records

List records