Habit tracker for sustainable goals.
- Spring boot Backend with JWT Authentication
- React Native Frontend
Still in progress.
docker compose up --build
Start the backend with your IDE via the standard Spring Boot Run Configuration.#
cd sustainable-app
Adjust CORE_API_URL in .env (should be IP of PC where backend is running) Maybe then you have to run the following command to make the change visible (clearing the cache):
npx expo start -c
Starting the frontend:
npm install
npm start