Meetapp project to create events and register through the mobile app android, for more convenience is in the events you want.
Key technologies used in this meetapp project and others not mentioned.
📌 Clone this repository
$ git clone https://github.com/MauricioSilv/gostack-meetap.git
📌 Install docker and create a postgres and redis container
📌 Install dependencies
run yarn
in the backend, frontend and mobile directories.
📌 Run migrations to your database
run yarn migrate
in the backend.
📌 Run backend server
run yarn dev
and yarn queue
.
📌 Install dependences frontend e run project
run yarn start
.
📌 Install dependences mobile e run project emulator Android
run react-native run-android
.