Skip to content

Latest commit

Β 

History

History
92 lines (55 loc) Β· 2.07 KB

README.md

File metadata and controls

92 lines (55 loc) Β· 2.07 KB

πŸƒ Sport meeting system - REST API

Sport meeting system server side. Allows to organization spontaneous sport events in your neighbourhood.

Live preview, hosted by Heroku and Netfly. Please note due of hosting limits the first load can take a while.

If your interested about frontend check my sms-webapp repository.

This project was developed to learn and practice my skills.

app-preview

Table of contents

Technologies

Backend of project is creating with:

  • Java 12
  • Spring Boot 2.2.0
  • Spring Security
  • Spring Data
  • Hibernate
  • Maven
  • PostgreSQL 12.2

Getting Started

You can create your own user account or use existing one.

Sample user credentials:

Setup

Clone this repo to your local machine using https://github.com/dextep/sms-rest-api.git

To run this project, build it locally using mvn:

$ cd ../sms-rest-api
$ mvn spring-boot:run

Entity Relationship Diagram

erd

Summary of endpoints

summary of endpoints

Use case diagram

use case diagram

Functional requirements diagram

functional requirements diagram

Preview

Registration panel

registration panel

Login panel

login panel

Adding a new event

new event

Preview of an organized event

organized event

Preview of an active event

active event