Skip to content

REST API for Quire, an Android app to browse products sold near you

Notifications You must be signed in to change notification settings

jafethdc/quire-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quire API

This is the API for the Quire android app.

Documentation

See the Quire API documentation

Set up

# Install dependencies
bundle install

# Make sure you have postgis installed
# Modify database, username and password in config/database.yml according to your needs

rake db:create
rake db:migrate

# Set the environment variables listed below
(optional) rake db:seed

Environment variables

  • AWS_ACCESS_KEY_ID

  • AWS_SECRET_ACCESS_KEY

  • S3_BUCKET_NAME

  • AWS_REGION

  • FB_APP_ID

  • FB_SECRET

  • SENDBIRD_API_TOKEN

Test

  rspec spec/

Contributing

Issues

In any project it's likely that a few bugs will slip through the cracks, so it helps greatly if people document any bugs they find to ensure that they get fixed promptly.

You can view a list of known issues and feature requests using the issue tracker. If you don't see your issue (or you aren't sure) feel free to submit it!

Where appropriate, a screenshot works wonders to help us see exactly what the issue is. You can upload screenshots directly using the GitHub issue tracker or by attaching a link (to Imgur, for example), whichever is easier for you.

Code

If you are a developer and wish to contribute to the app please fork the project and submit a pull request.

Team

Naren Kukreja | Jafeth Díaz ---|--- Naren Kukreja |Jafeth Díaz

About

REST API for Quire, an Android app to browse products sold near you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages