Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

rpcmp/beerasta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Java 8

Node 10.16.3

npm 6.9.0

Maven

PostgreSQL 9.6+

Build and run jar

Create database beerasta on you local PostgreSQL DB with login\password: postgres and 5432 port

In the project directory

mvn clean package

In target folder

java -jar beerasta-1.0-SNAPSHOT.jar

Open http://localhost:8080 and check the app

Next you can run react front with hot deploy

In src/RPC

npm install

npm start

Now you can debug front on http://localhost:3000 with hot deploy