/be-the-hero

a project that i made to learn about nodejs and reactjs/react-native

Primary LanguageTypeScript

Be the Hero

Entire App (back-end api, front-end and mobile app) that people can sponsor some Non-Governmental Organizations on a specific incident registred by them (NGO’s).

Stack

How to run

Back-end (api)

cd backend
cp .env.example .env
npm install
npm start

when npm start command ends application build, its gonna be accessible by default url http://localhost:3333/ or whatever port you configurated on .env;

Front-end

cd frontend
npm install
npm start

when npm start command ends application build, its gonna be accessible by default url http://localhost:3000/ that its gonna open automatic on your default browser.