Development
This project is based on the RefArch.
For the initial development setup see the Getting Started and Develop documentations of the RefArch.
Starting the application
Start the frontend development server:
shellcd issuepoker-frontend npm run dev
Start the stack:
shellcd stack podman compose up -d
Start the backend:
shellcd issuepoker-backend mvn clean verify mvn spring-boot:run -Dspring-boot.run.profiles=local
Open your browser and visit http://localhost:8083
Login one of the local accounts from keycloak migration:
- Username:
admin
Password:admin
- Username:
user1
Password:user1
- Username:
user2
Password:user2
All users can view issues and vote for them, but only admins can create new issues, reveal the voting and set its result.
- Username:
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
To learn more about how you can contribute, please read our Code of Conduct.