NodeJs application to seed the Firebase database for PSTCC-2017 Capstone project using HTTP/URIs.
This README outlines the details of collaborating on this Node.js application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd fieldwork-manager
npm install
node manager.js
orfirebase serve
- Visit your app at http://localhost:5000.
- Live version is on Heroku.
http://<[URL] or [localhost:5000 if running locally]>
/clear - clears all database entries.
/seed?jobs=[#] - generates [#] jobs in the attached firebase database.
/seed?workers=[#] - generates [#] workers in the attached firebase database.
*Query parts can be combined.