Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 749 Bytes

File metadata and controls

44 lines (33 loc) · 749 Bytes

Hotel managemnet

[Opisać cel projektu]

Features

  • [Opsiać funkcje]

Setup

The steps below will get you up and running with a local development environment. We assume you have the following installed:

  • JDK 1.8
  • PostgreSQL
  • Maven

Create database

CREATE DATABASE "hotel"

Set environment variable

export 'JDBC_DATABASE_URL=jdbc:postgresql://localhost/hotel?user=[username]&password=[password]'

Development

Run appliaction

mvn spring-boot:run

Production

Configuration

Key Description
JDBC_DATABASE_URL database connection information

Contributing

Licence