How to run:
- Backend
- Run
cd backend
- Run
chmod +x build.sh && ./build.sh
to build all Java application - Run
docker-compose up --build
- For first run only:
- Once the all services are running. Head over to The KeyCloak Admin Service
- Use the credentials
Username: admin
Password: admin
to log in
- Voila! The Backend is all done
- Run
- Frontend
- Run
cd .. && cd client
to exit the backend directory to the client directory - Run
npm install
to install all third-party packages - Run
npm start
to run the application - Once it's up and running, head-over to In The Reed and get your Dream job 💃
- Run