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-appAdjust 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 -cStarting the frontend:
npm install
npm start