https://github.com/kevgathuku/vending_machine
https://github.com/kevgathuku/vending_machine
rails ruby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevgathuku/vending_machine
- Owner: kevgathuku
- Created: 2022-08-08T05:30:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T10:37:58.000Z (about 3 years ago)
- Last Synced: 2025-02-26T03:42:51.857Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vending Machine App
### Development Setup
- Ensure you have Ruby and Node.js installed
```sh
bundle install # Install gems
yarn # Install JS dependencies
```
To start the app, run the following in separate terminals:
```sh
rails server
./bin/webpacker-dev-server
```
Then navigate to `http://localhost:3000` to see the app in action.