Skip to content

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

Notifications You must be signed in to change notification settings

mateusmcordeiro/be-the-hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published