Skip to content

Tarasz57/satalia-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beer homework app

This project was made with Create React App and Java spring boot.

To run locally

First you'll have to build both API and Frontend images. Use the following command inside satalia-back folder to build API:

docker build . -t java-docker

And the following one inside satalia-front for the frontend:

docker build . -t dockerized-react

After that, running the app is as simple as docker compose up -d. Application will be reachable from your web browser at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published