Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 382 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 382 Bytes

f2f-backend

The backend repository for the family to family project

Running the project

Running the backend

cd backend
npm install
npm start

to see the server running on port '3001'

Sources

  • MERN + Firebase Auth boilerplate from @salomondush in boilerplate