Find nearby developers for their specific technologies
This project uses :
To run frontend and backend API just run in root folder
$ docker-compose up -d
To run mobile project you need to use Expo
npm i expo-cli -g
cd mobile
npm i
npm start
API -> http://localhost:3333
Frontend -> http://localhost:3000
Mobile -> http://localhost:19002