Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.3 KB

Bring It Back

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.

Demo

Screenshots

image of Bring It Back site

image of Bring It Back site

Installation Instructions

  • 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 the apiKeys.example.json as a template
  • add that file path to the .gitignore file

How to Run

  • 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.

How to deploy

  • In your terminal, type npm run deploy