A product order management system for Tap B brewery. Still in development 🚧
To get a local copy up and running follow these simple steps.
Before you begin, ensure you have met the following requirements:
- You have a Windows 10 machine. It may work on both Linux and macOS but they are not supported.
- You have installed Git for Windows
- You have installed Node.js (version
>=12.14.1) - You have installed PostgreSQL (version
>=13.1)
- Clone the repo
git clone https://github.com/furiousdom/tapper.git - Move to project directory
cd tapper - Install all dependencies
npm install
- Start the server
npm run dev:server - Start the client
npm run dev:client
For a list of proposed features (and known issues) see the open issues.
Contributions are what make the open source community such an amazing place to be, learn, inspire, and create. Any contributions are greatly appreciated.
To contribute to Tapper please create a pull request. You can see the GitHub documentation on creating a pull request.
- @lukasaric for code review and advisement
Dominik Tabak - tabakdominik@gmail.com
Distributed under the MIT License. See LICENSE for more information.