A web app that allows you (the owner of stuff) to rent said stuff hourly to other users, and communicate via in-house notification service.
- Clone down this repo
- Navigate to the project root and run
npm install
- Create a new project in Firebase
- Initialize the cloned repo to the firebase project
- Enable Google authentication in the firebase auth tab
- Seed the database with seed data inside of the directory, db from the cloned repo
- Create a file named
/helpers/data/apiKeys.json
and add your Firebase keys using theapiKeys.example.json
as a template - add that file path to the .gitignore file
- In terminal, type
npm start
Note: if you want to make a production build of this project, type npm run build
. This will create a folder called build with all the minified code you need.
- In your terminal, type
npm run deploy