Skip to content

Latest commit

 

History

History
95 lines (73 loc) · 1.78 KB

README.md

File metadata and controls

95 lines (73 loc) · 1.78 KB

BeTheHero

Semana OmniStack 11.0 ✔️

Project   |    Technologies   |    How to use   

💻 Project

Be The Hero is a project that aims to connect people who are willing to help ONGs.

🚀 Technologies

This project was developed with the following technologies:

Backend

  • Nodejs
  • Expressjs
  • JWT
  • Knex
  • SQLite3

Frontend

  • React
  • React Router (DOM)
  • SweetAlert
  • React Icons
  • Axios

React Native

  • Expo
  • Expo Mail Composer
  • React Navigation

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js, Expo installed on your computer.

From your command line:

Download Project

# Clone this repository
$ git clone https://github.com/jeisonBorba/semanaomnistack-11.git

Run API

# Go into the repository
$ cd semanaomnistack-11/backend

# Install dependencies
$ yarn install

# Run Migrates
$ npx knex migrate:latest 

# Run the API
$ yarn start

Run Web

# Go into the repository
$ cd semanaomnistack-11/frontend

# Install dependencies
$ yarn install

# Run the API
$ yarn start

Run Mobile

# Go into the repository
$ cd semanaomnistack-11/mobile

# Install dependencies
$ yarn install

# Run the API
$ yarn start

Made by Jeison de Borba 👋 Get in touch!