🇧🇷 Aplicativo desenvolvido na Semana OmniStack 11.0, ministrada pela @Rocketseat
🇺🇸 Application developed at Semana OmniStack 11.0, taught by @Rocketseat
💻 Tecnologias | 🕵️ Sobre o projeto | 🚀 Iniciando | 🆙 Como contribuir | 📬 Contate-me
BeTheHero é um projeto onde é possível fazer doações para as Ong's cadastradas no aplicativo.
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:
- Back-end: http://localhost:3333/
- Front-end: http://localhost:3000/
- 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.
Lucas França
Linkedin: https://www.linkedin.com/in/lucasfrancaid/
💻 Stacks | 🕵️ About the Project | 🚀 Start | 🆙 How to contribute | 📬 Contact-me
BeTheHero is a project where it is possible to make donations to ONGs registered in the application.
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:
- Back-end: http://localhost:3333/
- Front-end: http://localhost:3000/
- 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.
Lucas França
Linkedin: https://www.linkedin.com/in/lucasfrancaid/