A simple cooking-related social for Android.
1. Clone the repository
git clone https://github.com/piertv21/gnammy-mobile
2. Start Docker
Navigate to "app_backend/scripts" and start the correct script according to your operating system.
In case you are using Windows run "start-containers.bat".
.\start-containers.bat
3. Import the project in Android Studio
Open Android Studio and import the project, and wait for Gradle to build.
4. Set the correct backend IP
Open "AppModule.kt" and edit "backendSocket" according to your docker backend IP.
Example: if you are on Windows open cmd and type "ipconfig" and copy the first IPv4 address of the WSL card.
The backend port is 3000.
val backendSocket = "http://192.168.178.67:3000"
5. Run the App
Enjoy the app.


