https://github.com/gozeloglu/event-management-system-backend
:computer: Event Management System Backend - 2020 Summer Internship Project
https://github.com/gozeloglu/event-management-system-backend
Last synced: over 1 year ago
JSON representation
:computer: Event Management System Backend - 2020 Summer Internship Project
- Host: GitHub
- URL: https://github.com/gozeloglu/event-management-system-backend
- Owner: gozeloglu
- Created: 2020-07-21T16:44:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T19:55:02.000Z (almost 6 years ago)
- Last Synced: 2025-01-04T20:16:40.475Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# event-management-system-backend
# Introduction
This is my [Spring Boot](https://spring.io/projects/spring-boot) project.
You can reach this project's Wiki from [here](https://github.com/gozeloglu/event-management-system-backend/wiki). Also you can reach the mobile application from [here](https://github.com/gozeloglu/event_management_app)
## Download & Run ๐
Firstly, clone the repo with following command.
- `$ git@github.com:gozeloglu/event-management-system-backend.git`
Then, open the project with your IDE. I used [Intellij IDEA](https://www.jetbrains.com/idea/) while developing the project.
## Requirements ๐งพ
I used **Java 14** for this project. If you have another Java version, the project might not be run. You can download the **Java 14** with the following link:
- [Download](https://www.oracle.com/java/technologies/javase/jdk14-archive-downloads.html)
## API Documentation
You can find the API documentation [here](https://github.com/gozeloglu/event-management-system-backend/wiki/API).
# Contents
## [**Meetup**](https://github.com/gozeloglu/event-management-system-backend/wiki/Meetup)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Meetup#get---listing-all-meetups)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Meetup#post---create-a-new-meetup)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Meetup#put---update-meetup)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Meetup#delete---delete-meetup)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Meetup#get---get-meetup-details)
## [**Admin**](https://github.com/gozeloglu/event-management-system-backend/wiki/Admin)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Admin#post---create-new-admin)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Admin#post---login)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Admin#get---list-all-participants)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Admin#get---get-admins-details)
## [**Participant**](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#get---list-all-participants)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#post---create-new-participant)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#get---list-all-meetups)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#delete---delete-participant)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#post---login)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#get---all-meetups)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#get---meetup-details)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#get---participant-details)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#put---update-profile)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Participant#post---unregister-from-meetup)
## [**Question**](https://github.com/gozeloglu/event-management-system-backend/wiki/Question)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Question#get---list-all-questions)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Question#post---save-new-question)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Question#get---get-question)
* [](https://github.com/gozeloglu/event-management-system-backend/wiki/Question#delete---delete-question)