- This is just a simple app for sign in with microservice structure.
- Just for education purpose 🙆♀️
For running the app you need to have postgreSQL. Make sure your postgres USER password is 'postgres' and you have permission to connect from not local servers !!!
1. Inside the app folder run:
chmod 755 runTests.sh
2. Run tests:
./runTests.sh
3. Create docker images:
sbt docker
4. Run with docker :
docker-compose up
Enjoy 👀