Skip to content

Latest commit

 

History

History
151 lines (115 loc) · 4.23 KB

README.md

File metadata and controls

151 lines (115 loc) · 4.23 KB

LinkedIn

Logo

🇧🇷 Aplicativo desenvolvido na Semana OmniStack 11.0, ministrada pela @Rocketseat
🇺🇸 Application developed at Semana OmniStack 11.0, taught by @Rocketseat

🇧🇷 Português   |    🇺🇸 English


🇧🇷 Português

💻 Tecnologias   |    🕵️ Sobre o projeto   |    🚀 Iniciando   |    🆙 Como contribuir   |    📬 Contate-me


💻 Tecnologias


🕵️ Sobre o projeto

BeTheHero é um projeto onde é possível fazer doações para as Ong's cadastradas no aplicativo.


📦 Executando o projeto

Para executar o projeto, execute os seguintes comandos em um terminal:

$ git clone https://github.com/lucasfrancaid/BeTheHero.git
$ cd BeTheHero/backend
$ npm install
$ npm run dev

Abra um novo terminal e faça o mesmo para a web, acesse a pasta BeTheHero/frontend e execute:

$ npm install
$ npm start

Após rodar os comandos, os apps Backend e Frontend estarão disponíveis nas seguintes URLs:


🆙 Como contribuir

  • Faça um fork desse repositório;
  • Crie uma branch com sua feature: $ git checkout -b nome-feature
  • Faça o commit das alterações realizadas: $ git commit -m "feat: Minha nova feature"
  • Faça push para a sua branch: $ git push origin minha-feature
  • Depois que o merge da sua pull request for feito, você podera deletar a sua branch.

📬 Contato

Lucas França
Linkedin: https://www.linkedin.com/in/lucasfrancaid/




🇺🇸 English

💻 Stacks   |    🕵️ About the Project   |    🚀 Start   |    🆙 How to contribute   |    📬 Contact-me


💻 Stacks


🕵️ About the project

BeTheHero is a project where it is possible to make donations to ONGs registered in the application.


📦 Running the project

To running project, run the following commands in a terminal:

$ git clone https://github.com/lucasfrancaid/BeTheHero.git
$ cd BeTheHero/backend
$ npm install
$ npm run dev

Open a new terminal and do the same for the frontend, access path BeTheHero/frontend and run:

$ npm install
$ npm start

After running the commands, the Backend and Frontend apps will be available at the following URLs:


🆙 How to contribute

  • Fork this repository;
  • Create a branch with your feature: $ git checkout -b my-feature
  • Commit the changes: $ git commit -m "feat: My new feature"
  • Push your branch: $ git push origin my-feature
  • After the merge of your pull request is done, you can delete your branch.

📬 Contact

Lucas França
Linkedin: https://www.linkedin.com/in/lucasfrancaid/