Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevgathuku/vending_machine
https://github.com/kevgathuku/vending_machine
rails ruby
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevgathuku/vending_machine
- Owner: kevgathuku
- Created: 2022-08-08T05:30:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T10:37:58.000Z (over 1 year ago)
- Last Synced: 2024-04-16T04:06:59.938Z (8 months 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 gemsyarn # 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.