Coolest and hippest place to join! Built with React, Flutter and NodeJS
A pretty fast and reliable social media app where you can meet new people, share memories or just go crazy and follow people lives as they happen!
A few of the things you can do on YASM:
- View user posts
- Like and comment on images you like
- Follow other people
- Chat with other people
- Posts stories
- And many more!
Feel free to file an issue. Feature requests are always welcome. If you wish to contribute, please take a quick look at the guidelines!
Please refer the contribution guidelines for exact details on how to contribute to this project.
Here are the instructions on how to build and run this project on your respective systems.
- Clone the project on your system via GitHub.
- Clone the full stack app as well on your system since YASM Mobile works on both NodeJS as well as Firebase.
- Make sure you have docker installed on your system.
- Create a firebase project and fetch the
google-services.jsonand save it in theandroid/app/src/devfolder. - Run
docker compose -f docker-compose.yml up --buildin the server root folder to build and run a development version of the server. - Open up a console and an emulator and run
flutter run --flavor dev -t .\lib\main.dev.dartto run the development version of the app.


