Skip to content

reshinto/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 = example@email.com
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