gabrielmaialva33 / happy

Plataforma online para encontrar e facilitar visitas a orfanatos.

Home Page:https://nextlevelweek.com/episodios/omnistack/1/edicao/3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ⭐

About

Plataforma online para encontrar e facilitar visitas a orfanatos.

https://nextlevelweek.com/episodios/omnistack/1/edicao/3


Languages

Language:TypeScript 62.9%Language:CSS 34.9%Language:HTML 1.4%Language:JavaScript 0.5%Language:Shell 0.3%