Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielobara/semanaomnistack11
Código da aplicação BeTheHero desenvolvida durante a Semana OmniStack11 :rocket:
https://github.com/danielobara/semanaomnistack11
be-the-hero bethehero javascript nodejs omnistack omnistack11 reactjs reactnative rocketseat semana-omnistack semanaomnistack11
Last synced: about 1 month ago
JSON representation
Código da aplicação BeTheHero desenvolvida durante a Semana OmniStack11 :rocket:
- Host: GitHub
- URL: https://github.com/danielobara/semanaomnistack11
- Owner: DanielObara
- License: mit
- Created: 2020-03-24T13:06:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:50:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T08:05:43.995Z (about 1 month ago)
- Topics: be-the-hero, bethehero, javascript, nodejs, omnistack, omnistack11, reactjs, reactnative, rocketseat, semana-omnistack, semanaomnistack11
- Language: JavaScript
- Homepage:
- Size: 62.4 MB
- Stars: 49
- Watchers: 2
- Forks: 23
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
:heavy_check_mark: 🚀 Semana OmniStack 11.0 :heavy_check_mark:
Project |
Technologies |
Layout |
How to use |
How to contribute |
License## 💻 Project
Be The Hero is a project that aims to connect people who are willing to help ONGs.
## :rocket: Technologies
This project was developed with the following technologies:
- [Node.js](https://nodejs.org/en/)
- [React](https://reactjs.org)
- [React Native](https://facebook.github.io/react-native/)
- [Expo](https://expo.io/)## 🔖 Layout
Para acessar o layout utilize a ferramenta [Figma](https://www.figma.com/file/2C2yvw7jsCOGmaNUDftX9n/Be-The-Hero---OmniStack-11?node-id=0%3A1).
## :information_source: How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js][nodejs] + [Yarn][yarn] installed on your computer.
From your command line:
### Install API
```bash
# Clone this repository
$ git clone https://github.com/DanielObara/SemanaOmnistack11# Go into the repository
$ cd SemanaOmnistack11/backend# Install dependencies
$ yarn install# Run Migrates
$ yarn knex migrate:latest# Run Seeds
$ yarn seed# Run the API
$ yarn dev# Run tests
$ yarn test
```## 🤔 How to contribute
- Make a fork;
- Create a branck with your feature: `git checkout -b my-feature`;
- Commit changes: `git commit -m 'feat: My new feature'`;
- Make a push to your branch: `git push origin my-feature`.After merging your receipt request to done, you can delete a branch from yours.
## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE.md) for details.
---
Made with ♥ by Daniel Obara :wave: [Get in touch!](https://www.linkedin.com/in/danielobara/)
[nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
[prettier]: https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode