| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Development of CRUD REST API for working with Events.
The application must be accompanied by a README.md file with instructions for project startup.
| Database | |
|---|---|
| Backend |
Using pure Hibernate (Spring Data JPA wrapper not allowed)
Integration or unit tests.
Database migration (Liquibase or Flyway).
Ability to run from docker-compose.
Ability to filter and sort Events.
Using environment variables.
API already deployed on PAAS Heroku:
git clone https://github.com/IvanHayel/modsen-crud-api.gitdocker-compose upJava version 17+ is required.
git clone https://github.com/IvanHayel/modsen-crud-api.gitExample:
CREATE DATABASE "modsen-api"
WITH
OWNER = postgres
ENCODING = 'UTF8'
LC_COLLATE = 'English_World.1252'
LC_CTYPE = 'English_World.1252'
TABLESPACE = pg_default
CONNECTION LIMIT = -1;DB_URL - JDBC url for Postgres database.
DB_USERNAME - database username
DB_PASSWORD - database password
gradle clean build bootRunYou can also use the gradle wrapper: ./gradlew
Insomnia used for demonstration.
| Back | FazBrowse Home | New Git URL |