Skip to content
/ vetner Public
forked from reshinto/vetner

Track pet records and locate nearby Vet locations

Notifications You must be signed in to change notification settings

SimYen/vetner

 
 

Repository files navigation

VETNER

Demo

Demo

Technologies used

  • Ruby, Rails, Javascript, HTML, SCSS, Bootstrap, PostgreSQL

APIS

Installation instructions

  1. Clone the repository
git clone https://github.com/reshinto/vetner.git
  1. Install all dependencies
bundle i
  1. Create Database
rails db:create
rails db:migrate
  1. Get API key for Mapbox and One Map
  2. Create .env file
touch .env
  1. Edit .env file and input the required information without quotes
GMAIL_USERNAME = [email protected]
GMAIL_PASSWORD = somepassword
ONEMAPTOKEN = someApiKey
MAPBOXTOKEN = someApiKey
  1. (optional) Run seeds to populate sample data
rails db:seed

Wireframes

Wireframe

Entity Relationship Diagram (ERD)

ERD

Collaborators

About

Track pet records and locate nearby Vet locations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.7%
  • HTML 37.0%
  • CSS 5.7%
  • JavaScript 2.6%