Skip to content

piertv21/gnammy-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

211 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Gnam.my

A simple cooking-related social for Android.


image image image

Installation & Setup

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.

About

Gnam.my - A simple cooking-related social for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors