An open API service indexing awesome lists of open source software.

https://github.com/nthings/grocerynfc


https://github.com/nthings/grocerynfc

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# GroceryNFC
Fullstack solution to manage grocery store with NFC technology.

## Build from source

1. Clone the repo

```sh
git clone git@github.com:rsbh/GroceryNFC.git
cd GroceryNFC
```

2. Install dependencies.

```sh
npm install
```

3. Build the production server.

```sh
npm build
```

4. Run the server.
```sh
npm start
```

## Build Docker image locally

```sh
docker build -t GroceryNFC .
```

## Run tests

```sh
npm test
```