Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ganeswararaosundarapu/barbershop
Sample BarberShop booking slots
https://github.com/ganeswararaosundarapu/barbershop
Last synced: about 2 months ago
JSON representation
Sample BarberShop booking slots
- Host: GitHub
- URL: https://github.com/ganeswararaosundarapu/barbershop
- Owner: ganeswararaosundarapu
- Created: 2017-01-18T16:38:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T07:42:15.000Z (almost 8 years ago)
- Last Synced: 2023-08-28T11:29:12.255Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barbershop
Sample BarberShop booking slots#Steps to Run the project
1. Go to home directory
2. bundle install
3. change database.yml file adapter settings in config (like username, password, enable respective os socket(linux, mac) ... etc)
4. rake db:create, rake db:migrate, rake db:seed
5. rails s
6. open browser with http://localhost:3000/