An Alexa controlled smart drinks mixer for the technogeek-connoisseur powered by British Mixology Technology!
Suits you sir!
Clone the git repo to a project directory on your local machine.#
git clone https://github.com/bmtwebdevs/sodalicious.git
Open a command prompt, navigate to the project directory and run the following command
npm start
To start both the client and the server. If you don't have Arduino connected then run:
set BAR=NO
npm start
Which will prevent the bartender from waking up.
- Git
- Node
- MongoDB
Install the latest version of Git from https://git-scm.com/
Install the latest version of node from https://nodejs.org/en/
Open a command prompt, navigate to the project directory and run the following command to install all of the development packages.
npm install
cd client
npm install
- React - The web framework used
- React-Redux - Redux extensions for react
- Redux - JavaScript State Container
- MongoDB - The database
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Richard Caunt - for his 3D printer
- Jeremy Linter - for the name
- Conrad Jackson - for his amazeballs node.js
- Luke McHale-AndPace - for #failing to ordering pizza
This project is licensed under the MIT License - see the LICENSE.md file for details