/meetapp-full-stack

Back end, Mobile e site do desafio de certificação da https://rocketseat.com.br/ (react, react native, node)

Primary LanguageJavaScript

RocketSeat Certificate

To configure the project, follow these steps

  1. Create a postgres container, a redis and use mailtrap for the function of sending emails from the site when an event is canceled.
  2. Create a new .env file based on .env.example.
  3. Fill in the constants below the #Database with the data from the postgres container.
  4. Fill in the constants below #Redis with the data from the redis container.
  5. Fill in the constants below #Mail with the data provided on the mailtrap website.
  6. yarn
  7. yarn start

To run the mobile and the website

  1. go to the respective folders (mobile or web)
  2. yarn
  3. yarn start
  4. yarn (android|ios) (only for mobile)