Skip to content

CRUD application for managing the database of quotes.

Notifications You must be signed in to change notification settings

gozderapatryk/quotes-service

Repository files navigation

Run

to run application prepare the .env file in the root directory. The file should contains the following environment variables:

POSTGRES_DB_HOST=postgresdb
POSTGRES_DB_PORT=5432
POSTGRES_DB_NAME=quotes_db
POSTGRES_DB_USER=postgres
POSTGRES_DB_PASSWORD=password

then execute the following command:

docker-compose up --build

and then you can test it over Swagger UI. You can also import postman's collections (quotes-service.postman_collection.json and quotes-service-environment.postman_environment.json) which contain definitions of the request.

Business requirements

The business requirements were described here.

About

CRUD application for managing the database of quotes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published