Skip to content

Meetapp built during the rocketseat bootcamp 7 course 🚀

Notifications You must be signed in to change notification settings

MauricioSilv/gostack-meetap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gostack Meetapp

Meetapp project to create events and register through the mobile app android, for more convenience is in the events you want.

Technologies 💥

Key technologies used in this meetapp project and others not mentioned.

Run project 😜

📌 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.