https://github.com/autumnnus/gallerist
A simple restful API that allows purchasing cars with the local database.
https://github.com/autumnnus/gallerist
java jwt postgresql spring-boot swagger
Last synced: 3 months ago
JSON representation
A simple restful API that allows purchasing cars with the local database.
- Host: GitHub
- URL: https://github.com/autumnnus/gallerist
- Owner: Autumnnus
- Created: 2024-11-03T16:34:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T20:22:36.000Z (over 1 year ago)
- Last Synced: 2025-10-24T18:42:36.748Z (8 months ago)
- Topics: java, jwt, postgresql, spring-boot, swagger
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
mvn clean install