Skip to content

gabrielmaialva33/happy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Happy

Evento Next Level Week 3 Sistema web Ok Server Ok Aplicativo mobile No License

GitHub top language GitHub language count Repository size GitHub last commit Made by Rocketseat


English · Portuguese

About   |    Technologies   |    Tools   |    Installation   |    License


Screens

🔖 About

Happy is a platform to link children care institutions with people interested in help. This project was implemented during the Next Level Week #3 of Rocketseat.


💻 Technologies


🔧 Tools


📦 Installation

✔️ Prerequisites

The following software must be installed:


⬇️ Cloning the repository

  $ git clone https://github.com/gabrielmaialva33/happy.git

▶️ Running the applications

  • 📦 API
  $ cd server
  # Dependencies install.
  $ yarn # or npm install
  # Data base creation.
  $ yarn typeorm migration:run # or npm run knex:migrate:run
  # API start
  $ yarn start # or npm start
  • 💻 Web app
  $ cd web
  # Dependencies install.
  $ yarn # or npm install
  # Running web app
  $ yarn start # or npm start
  • 📱 Mobile app
  $ cd mobile
  # Dependencies install.
  $ yarn # or npm install
  # Running mobile app
  $ yarn start # or npm start

📝 License

This project is under the MIT license. MIT ❤️

Liked? Leave a little star to help the project ⭐