Skip to content

πŸƒβ€β™‚οΈ Sport meeting system - REST API. My sandbox used for learning new technologies. 2020

Notifications You must be signed in to change notification settings

dextep/sms-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸƒ 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

About

πŸƒβ€β™‚οΈ Sport meeting system - REST API. My sandbox used for learning new technologies. 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages