In frontend directory:
npm install
npm run serveIn server directory:
npm install
npm run devAPI base (root) can be set on config.
Default value is /api/v1/.
GET /:accessToken
Returns the information of the Seating
POST /new_seating
Parameters: `name`
Creates a new Seating object and returns its data
POST /:accessToken/edit/:editToken/revokeAccessToken
Revokes the access token
POST /:accessToken/edit/:editToken/revokeEditToken
Revokes the edit token