Skip to content

athenekilta/plassitunkki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plassitunkki

Development setup

Frontend

In frontend directory:

npm install
npm run serve

Backend

In server directory:

npm install
npm run dev

API documentation

API 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published