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.
- Host: GitHub
- URL: https://github.com/developer3027/rails-barber-shop
- Owner: Developer3027
- Created: 2024-11-06T15:15:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T14:57:43.000Z (about 1 year ago)
- Last Synced: 2025-01-24T15:32:31.697Z (about 1 year ago)
- Topics: postgresql, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
* ...