Skip to content

mik-laj/java-spring-hotel-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel managemnet

[Opisać cel projektu]

Features

  • [Opisać 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
  • Lombok Plugin for your IDE

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •