This is a project that I developed with the course "Semana Omnistack 11.0" made by RocketSeat, with the propose to build an application to help NGOs to find donators.
- Node.js - Backend
- React - Frontend
- React Native/Expo - Mobile
- SQLite - Database
To run this project, download it to your computer or use the git command git clone
.
- Open the folder be-the-hero/backend in your system's shell.
- Run
$ npm install
to install the modules of this Node.js project. - Run
$ npm start
to start the backend server.
- Open the folder be-the-hero/frontend in your system's shell.
- Run
$ npm install
to install the modules of this React project. - Run
$ npm start
to start the frontend server.
- Open the folder be-the-hero/mobile in your system's shell.
- Run
$ npm install
to install the modules of this React Native project. - Run
$ npm start
to start the Expo development server.
</> by Marco Echevestre