Skip to content

A simple restful API that allows purchasing cars with the local database.

Notifications You must be signed in to change notification settings

VectortheGreat/gallerist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gallerist API

A simple restful API that allows purchasing cars with the local database.

Getting Started

ENV Setup

Create .env file like this:

API_KEY=YOUR_VALUE
DB_DATABASE=YOUR_VALUE
DB_USER=YOUR_VALUE
DB_PASSWORD=YOUR_VALUE

Swagger Testing

You can test the requests with your local swagger: http://localhost:8080/swagger-ui/index.html#

Requirements

  • Java 17 or higher
  • Maven 3.6.0 or higher
  • IDE: IDE: IntelliJ IDEA or Eclipse (IntelliJ preferred)

Installation

After cloning the project, run the following command in your terminal to install the necessary dependencies:

mvn clean install

About

A simple restful API that allows purchasing cars with the local database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages