- To set up the infrastructure run
docker-compose up -d - Start the api application through
go run main.go - Using the "rest-client" extension in vscode, it is possible to test the APIs through the rest-client.http file
- Enter the frontend-react-personalities folder and run
npm ito install the project dependencies - Once completed, run
npm startto bootstrap the frontend application - Go to your http://localhost:3000 to acess the app