Skip to content

StefanoSaffran/happy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Happy

📚 NextLevelWeek 3.0 📚

Project programing languages count Repository size Last commit on GitHub Made by Stefano Project top programing language PRs welcome! GitHub license

Project   |    Built with   |    How to run   |    Layout   |    License   |    Get in touch

Run in Insomnia


💻 Project

Happy is an application that aims helping to bring together people and orphanages to make many children's day happier.

Happy

🚀 Built with

This project was developed with the following technologies:

Server
Web
Mobile

ℹ️ How to run

Requirements

To run the application you will need:

Backend

Now clone the repository and install the dependencies.

# to clone the repository
$ git clone https://github.com/StefanoSaffran/happy.git

# go into the server folder
$ cd happy/server

#install the backend dependencies
$ yarn
# run migrations
$ yarn typeorm migration:run

# run api
$ yarn dev:server

Frontend

# in another tab of the terminal install the web dependencies and run it 
$ cd web
$ yarn
$ yarn start

Mobile

The Application was developed using Expo. It is a free and open source toolchain built around React Native to facilitate the process of running and testing applications. Click here to get start with Expo.

# install the dependencies
cd mobile
yarn

In order to run the application on your device, you need to change the ip config.

api.ts

  baseURL: 'http://192.168.1.5:3333',

replace 192.168.1.5 with your machine's ip.

Now with everything on place, run the application.

# to run the app
yarn start

Expo will open a page in your browser, scan the QRcode on the page and wait for the app to load.

The Application was developed and tested on Android Studio Emulator.

🔖 Layout

In the links below you will find the layout of the web and mobile project. You need to have an account at [Figma] (http://figma.com/) to access it.

📝 License

This project is under the MIT license. See the LICENSE for more information

📬 Get in touch!

Website - Stefano Saffran     Linkedin - Stefano Saffran     Email - Stefano Saffran

Made with ☕ and ❤️ by Stefano Saffran.