Skip to content

Latest commit

 

History

History

Next-Level-Week03

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Logo

Logo Image

Happy - Bring happiness to the world.

Made by GitHub top language Repository size GitHub last commit Repository issues

About the project   |    Technologies   |    Layout   |    Getting started

Run in Insomnia

Layout

🧒🏼 About the project

Happy is a platform that helps people to connect with nearby orphanages and thus, the user can schedule a visit and make a child's day happier.

This project was developed on the Next Level Week #03 event by Rocketseat. The NLW is an online experience with lots of pratical content, challenges, insights and hacks where the content is available for a week.

The project was conceived thinking about the 12th of October, where, in Brazil, Children's Day is celebrated.

🚀 Technologies

🔖 Layout

In the links below you will find the layout of the web and mobile project. Remembering that you need to have an account at Figma to access it.

💻 Getting started

Import the Insomnia.json on Insomnia App or click on Run in Insomnia button

Requirements

Clone the project and access the folder

Obs: this is a monorepo about all projects of Next Level Week. Go to the correct directory.

$ git clone https://github.com/lucasfdcampos/rocketseat-next-level-week.git && cd Next-Level-Week03

Install dependencies

$ yarn

Follow the steps below

Backend

# Install the dependencies
$ yarn

# Run the api service to start the server API
$ yarn dev

Web

Obs.: Before to continue; be sure to have the API running

# Install the dependencies
$ yarn

# Check the file 'web/src/services/api.ts' have the IP (your PC) to your API

# Start the client
$ yarn start

# Navigate to http:https://localhost:3000
# The app will automatically reload if you change any of the source files.

Mobile

Obs.: Before to continue; be sure to have the API running

# Install the dependencies
$ yarn

# Be sure the file 'mobile/src/services/api.ts' have the IP (your PC) to your API

# Start the expo service and scan the QR code with Expo Client
$ yarn start