Skip to content

Nomioooob/CampQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

output-onlinepngtools CampQ

Marketplace app for renting or lending camping gear.

Screen Shot 2021-09-08 at 10 03 13 AM Screen Shot 2021-09-08 at 10 05 15 AM


App home: https://campq.herokuapp.com/

Getting Started

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key
MAPBOX_API_KEY=your_own_mapbox_api_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Acknowledgements

Inspired by a love of camping.

Team Members

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.