Skip to content

ipaulbogdan/stock-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Stock market

###Instalation: After downloading project from git repository, Install PostgreSQL from https://www.postgresql.org/download/ After installing PostgreSQL search for pgAdmin4 (it should install with postgresql driver)

In pgAdmin4 create user with :
    username: stock_market
    password: stock_market
    
Make sure to add login privilages to the user above.
   
Create database with:
    name: stock_market
    owner: stock_market
    
Run mvn liquibase:update and all should be good.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages