Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.65 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.65 KB

Jamie UI

Alternative languages:

Leia a página em Português Brasileiro About_en

Dependencies

To run the Jamie UI project on your machine, it is necessary to configure certain dependencies. Make sure you have the following prerequisites:

Preparations

Follow the steps below to set up the environment and run the Jamie UI project:

Installing Dependencies and Initializing Docker

Open the project directory in your terminal and run yarn to install the dependencies. Next, execute the command docker-compose up -d in the same directory. Docker will launch a Keycloak application on port 8080. Open your browser and navigate to localhost:8080 for configuration.

Keycloak

Configure Keycloak following the instructions provided in the Jamie Auth Service.

Environment Configuration

Next, make a copy of the .env.development file, renaming it to just .env. Configure the JAMIE_API_BASE_URL variable as follows:

JAMIE_API_BASE_URL=http://localhost:5000

Jamie API

Next, follow the instructions in the Jamie API README to proceed.

Running

Now that everything is set up, simply open your Jamie UI project's terminal and type yarn start. This will load the page locally at localhost:3000.