Skip to content

brianfroschauer/book-in

Repository files navigation

Book In

CircleCI Build Status codecov

Backend of the Book In application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

All you need to run the application is install docker.

Running the application

This is a step by step that tell you how to get a development env running.

  1. Clone the repository
git clone https://github.com/brianfroschauer/book-in.git
  1. Go to the repository root
cd book-in
  1. Setup the database with docker compose
docker-compose up
  1. Run the application
./mvnw spring-boot:run

Running the tests

To run the automated tests for this system, execute the follow command:

./mvnw clean test -Dspring.profiles.active=test

Built With

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests.