Interaqt sample OA app.
Setup database:
npm run installStart app server:
npm startStart app frontend:
cd client
npm startIf nothing goes wrong, you can see the app at http://localhost:5173.
Your backend server is at http://localhost:4000.
Interaction api endpoint is http://localhost:4000/api.
Custom data api endpoint is http://localhost:4000/data/:apiName.