Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nthings/grocerynfc


https://github.com/nthings/grocerynfc

Last synced: about 2 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 [email protected]: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
```