Coder Social home page Coder Social logo

be-the-hero's Introduction

Be the Hero

Project that helps non-governmental organizations to publish requests and find heroes to save them. The requests may have a reward. This project is a complete solution with backend, frontend, and mobile application. The organization put its requests in frontend, and a hero help this organization accessing the mobile application.

Stack

Backend

  • Node.js
  • Express (create HTTP server)
  • Crypto (generate hexadecimal ids)
  • Knex (migrations in database)
  • SQLite
  • Celebrate (validations)
  • Jest (unit tests)
  • SuperTest (integration tests)

Frontend

  • React
  • Axios (request API)

Mobile

  • React Native
  • Axios
  • Expo (get native components from OS)

Installation/Usage

Backend

cd backend/
npm install
npm start

You can access it using the address http://localhost:3333.

Frontend

cd frontend/
npm install
npm start

You can access it using the address http://localhost:3000. Be sure that frontend application has access to correct backend URL (you can change in services/api.js file).

Mobile

cd mobile/
npm install
expo start

To run the mobile app in your phone, download the expo app in Play Store (Android) or App Store (iOS) and scan the QR code in the page that will be shown on browser. Be sure that mobile application has access to correct backend URL (you can change in services/api.js file. In case of failures in this connection, see this link).

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

This application was created in Omnistack week.

be-the-hero's People

Contributors

demisgomes avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.