O Happy é uma aplicação que foi feita no evento Next Level Week 03 ministrado pela Rocketseat.
Nos links abaixo você encontra o layout do projeto web e também do mobile. Lembrando que você precisa ter uma conta no Figma para acessá-lo.
É necessário ter o Node.JS ou Yarn instalado.
# Clone the repository
$ git clone https://github.com/kalilventura/NextLevelWeek03.git
# Go to the directory
$ cd NextLevelWeek03
$ cd web
# Install all the dependencies
$ yarn install
# Start the application
$ yarn start
# Clone the repository
$ git clone https://github.com/kalilventura/NextLevelWeek03.git
# Go to the directory
$ cd NextLevelWeek03
$ cd backend
# Install all the dependencies
$ yarn install
# Start the application
$ yarn dev