/GroceryNFC

Primary LanguageTypeScriptMIT LicenseMIT

GroceryNFC

Fullstack solution to manage grocery store with NFC technology.

Build from source

  1. Clone the repo

    git clone git@github.com:rsbh/GroceryNFC.git
    cd GroceryNFC
  2. Install dependencies.

    npm install
  3. Build the production server.

    npm build
  4. Run the server.

    npm start

Build Docker image locally

docker build -t GroceryNFC .

Run tests

npm test