Technologies | Project | Layout | How to use |
This project was developed with the following technologies:
Happy is a project developed based on Children's Day. That aims to connect people to orphanages that allow to make a children's day more special.
In the links below you will find the layout of the web and mobile project. Remembering that you need to have a Figma account to access it.
To clone and run this application, you'll need Git, Node.js / Yarn installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/felipedev1/NLW-03-Happy.git
# Go into the repository
$ cd NLW-03-Happy/backend
# Install dependencies
$ yarn install
# Run Migrates
$ yarn typeorm migration:run
# Start server
$ yarn dev
# Go into the repository
$ cd NLW-03-Happy/web
# Install dependencies
$ yarn install
# Start App
$ yarn start
# Go into the repository
$ cd NLW-03-Happy/mobile
# Install dependencies
$ yarn install
# Run
$ yarn start