- This project is the prototype for our upcoming app, Fonz.
- Fonz's mission is to simplify queueing music on other people's devices and platforms when you are in close proximity.
- It will be configured with a physical NFC tag, which we refer to as a coaster.
# Clone into your local environment
git clone https://github.com/mangledbottles/fonz-api
cd fonz-api
# Install Dependencies & Start Development
npm i && npm run dev