/be-the-hero

Project developed during the OmniStack 11 Week by Rocketseat.

Primary LanguageJavaScript

React Badge Node Badge SQL Badge

Backend | Frontend

Application for NGOs to publicize cases that need financial help for people interested in helping.

Prerequisites

  • yarn
  • node

Backend

The application's backend was developed in NodeJS using SQLite as the database.

Start

  1. Go to the backend folder
  2. Install dependencies:
    yarn
    
  3. Run project:
    yarn start
    

Frontend

The application's frontend was developed in ReactJS.

Start

  1. Go to the frontend folder
  2. Install dependencies:
    yarn
    
  3. Run application:
    yarn start
    

Screens

This project was developed during the OmniStack 11 Week by Rocketseat