Skip to content

lukrzak/ByForest-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByForest

Designed for organising your friend meetups!

Run

To run the application, clone repository and run following commands:

mvn clean package
java -jar target/ByForest-0.0.1-SNAPSHOT.jar

Endpoints

# Creating and saving new user
POST /api/v1/users 
# User authentication
POST /api/v1/users/authenticate
# Getting list of events
GET /api/v1/events 
# Creating and saving new event
POST /api/v1/events
# Updating response of user to event with given id
PATCH /api/v1/events/{id}

Tech stack

  • Java 17
  • Spring 3.0
  • Hibernate
  • MySQL
  • Flyway
  • Docker
  • JUnit
  • Mockito
  • Jacoco
  • Postman
  • Testcontainers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published