Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonfrank committed Mar 30, 2024
1 parent 0116794 commit d957c22
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# A simple spring boot project

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/solomonfrank/spring-boot-oauth-login/main.yml)

## Introduction

This is the simple Bookme backend application that allows a host to set up an event and attendee to book the event and also pay for the booking using the payment service `Paystack`. The frontend can found here [Bookme client](https://github.com/solomonfrank/spring-boot-oauth-login-client)

## Tech stack

![](https://img.shields.io/badge/java-✓-blue.svg)
![](https://img.shields.io/badge/spring_boot-✓-blue.svg)
![](https://img.shields.io/badge/postgres-✓-blue.svg)
![](https://img.shields.io/badge/jwt-✓-blue.svg)
![](https://img.shields.io/badge/swagger-✓-blue.svg)
![](https://img.shields.io/badge/flyway-✓-blue.svg)
![](https://img.shields.io/badge/spring_jpa-✓-blue.svg)
![](https://img.shields.io/badge/spring_security-✓-blue.svg)
![](https://img.shields.io/badge/OAuth-✓-blue.svg)
![](https://img.shields.io/badge/github_action-✓-blue.svg)
![](https://img.shields.io/badge/docker-✓-blue.svg)
![](https://img.shields.io/badge/design_pattern-✓-blue.svg)

0 comments on commit d957c22

Please sign in to comment.