uharston / street-builds

A website for car enthusiasts to showcase their projects

Home Page:https://streetbuilds.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Street Builds Logo

A website for car enthusiast to share their project car with the community and to be inspired by fellow enthusiasts' rides. 🏎️

🔰 Click here 🔰 to go to the live build.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You must be running Ruby 2.6.1 and Rails 6.0.3.2 . One way to accomplish this is to use Ruby Version Manger(rvm).

rvm install "ruby-2.6.1"
rvm use 2.6.1
gem install rails -v 6.0.3.2

Installation

Fork and clone the repository using your preferred method.

Then load all of the dependencies...

$ bundle install 

Create a development database

$ rake db:create 

$ rake db:migrate 

Start local server

$ rails server

Use you favorite web browser to navigate to the localhost link printed in the terminal.

Tech Stack Used

- Ruby 2.6.1 
- Rails 6.0.3.2
- Bundler 
- HTML5
- CSS3
- w3.css
- Sqlite - Development Database
- Postgres - Production Database 
- Heroku - Deployment Service 
- AWS S3 - Cloud Storage

Contributing

Contributions are always welcome.

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License

About

A website for car enthusiasts to showcase their projects

https://streetbuilds.herokuapp.com/


Languages

Language:Ruby 62.2%Language:HTML 27.0%Language:JavaScript 4.0%Language:CSS 3.6%Language:SCSS 3.2%