Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 817 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 817 Bytes

🏠 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.