Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevgathuku/vending_machine


https://github.com/kevgathuku/vending_machine

rails ruby

Last synced: about 1 month ago
JSON representation

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.