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).
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;
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.