/happy

Happy is an online platform which assists people to visit children in orphanages and make their days more happy.

Primary LanguageTypeScriptMIT LicenseMIT

Happy

Marco Echevestre Repository size Repository size GitHub last commit GitHub All Releases License

📖 Happy is an online platform which assists people to visit children in orphanages and make their days more happy. This project was based on the NLW #3 event.

📐 Layout

Web

Mobile

🚀 Technologies

This project was made using the following technologies:

🔧 How to run

# Clone Repository
$ git clone git@github.com:marcoaminotto/happy.git

📦 Run server

# Go to server folder
$ cd happy/server

# Install dependencies
$ yarn install

# Execute migrations
$ yarn typeorm migration:run

# Run the aplication
$ yarn dev

To check if it is working, click on http://localhost:3333/orphanages. If it returns a JSON [] then the server is working 🎉.

💻 Run web application

# Go to web folder
$ cd happy/web

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

Go to http://localhost:3000/ to see the awesome website.

📱 Run mobile application

To run the mobile project you need a smartphone with the app of expo installed or a android/ios emulator on your computer.

# Go to mobile folder
$ cd happy/mobile

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

Read the QRCode with the app of expo or run on your emulator.

📕 License

Released in 2020 📕 License

This project is under the MIT license.

Give a ⭐️ if this project helped you!

</> by Marco Echevestre