Skip to content

Marketplace app for renting or lending camping gear.

Notifications You must be signed in to change notification settings

AidanFournier/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.

About

Marketplace app for renting or lending camping gear.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.4%
  • HTML 27.2%
  • SCSS 12.0%
  • JavaScript 5.8%
  • Dockerfile 1.5%
  • Shell 0.1%