Skip to content

Latest commit

 

History

History
50 lines (50 loc) · 1.1 KB

README.md

File metadata and controls

50 lines (50 loc) · 1.1 KB

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