Skip to content

TabKat/Conference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏠 Conference

Conference is project that I am working on as a skeleton for my future projects. It contains basic CRUD operation but can be extended with other features further.

🚀 Installation

Just go in project root and run from your terminal

./mvnw spring-boot:run

The project runs on port 8080.

🔨 API

Conference

[POST] /api/v1/conferences

[GET] /api/v1/conferences/{id}

[DELETE] /api/v1/conferences/{id}

Participant

[POST] /api/v1/participants

[GET] /api/v1/participants/{id}

[DELETE] /api/v1/participants/{id}

Room

[POST] /api/v1/rooms

[GET] /api/v1/rooms/{id}

[DELETE] /api/v1/rooms/{id}

License

Licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages