An open API service indexing awesome lists of open source software.

https://github.com/developer3027/rails-barber-shop

Concept built in Rails for showcase. Web or app per PWA. Features include products, locations, appointments, reviews, articles.
https://github.com/developer3027/rails-barber-shop

postgresql ruby-on-rails tailwindcss

Last synced: 9 months ago
JSON representation

Concept built in Rails for showcase. Web or app per PWA. Features include products, locations, appointments, reviews, articles.

Awesome Lists containing this project

README

          

# Barber Shop
I had a earlier version of this site built with Elementor. I have since lost that information and access and decided to build a new version in Rails. This is a landing page concept built off the design from [Usman A on Dribbble](https://dribbble.com/shots/24202577-Barbershop-Landing-Page) This has a nice clean look and feel with some functionality. I was looking specifically for a similar design but more of a landing page that I could quickly put together on the cheap.

I will need to make some adjustments to the design and include a mobile version as well as pwa. I will put the site up on render and so I will not have email functionality. I will keep the appointment but unclear on if it will be functional atm. Both news and shop would take the visitor away from the page so will be removed.

**Notes**

* Created project
* Updated gitignore for bundle in vendor
* Updated database yml to work on my system
* Created various pages
* Update route for root
* Verified run in dev - build database
* Navbar and Footer created.
* Navbar built and added into app
* Background image set for home, Hero section

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...