Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/masterkram/coffee-api

inspires you to drink different kinds of coffee
https://github.com/masterkram/coffee-api

coffee coffee-blends

Last synced: about 1 month ago
JSON representation

inspires you to drink different kinds of coffee

Awesome Lists containing this project

README

        

Coffee App

## Preview

## Description
application used to create detailed coffee blends:

+ create coffee blends, with variety and origin.
+ browse different coffee varieties.
+ track taste with different roast methods or brew methods.

### api
uses the nestjs framework.

### client
client uses the vue framework.

## Installation

```bash
# install api dependencies
$ cd api
$ npm install

# copy config file
$ cp sample.env .env

# install client dependencies
$ cd client
$ npm install
```

## Running the app

```bash
# run api
$ cd api
$ npm run start

# run client
$ cd client
$ npm run serve
```