/be-the-hero

Semana OmniStack 11

Primary LanguageTypeScript

Be The Hero

Overview

Application developed during the week OmniStack 11, in which the focus of the application is to connect third sector entities to people who are willing to help.

  • Node.js ✨;
  • React.js 📝;
  • Knex 🗃;
  • SQL 🗒;
  • React Native 📱;

Get Started

  1. Clone this repository:

    $ git clone https://github.com/JuanFelix88/be-the-hero.git
  2. Install backend and front-end dependencies and run initial structure migrations in dev-database:

    $ cd backend
    $ yarn install
    $ yarn knex migrate:latest
    $ cd ../frontend
    $ yarn install
  3. And then turn the two controls simultaneously as shown below:

    In the folder backend:

    $ yarn dev

    In the folder frontend:

    $ yarn start
  4. Access the url http://localhost:3000/ and enjoy the application!