Fullstack solution to manage grocery store with NFC technology.
-
Clone the repo
git clone git@github.com:rsbh/GroceryNFC.git cd GroceryNFC
-
Install dependencies.
npm install
-
Build the production server.
npm build
-
Run the server.
npm start
docker build -t GroceryNFC .
npm test