Skip to content

Plotron/java-spring-hotel-management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 38.2%
  • Shell 34.9%
  • Batchfile 26.9%