Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/masterkram/coffee-api
- Owner: masterkram
- Created: 2020-07-27T18:48:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:38:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T03:30:24.306Z (almost 2 years ago)
- Topics: coffee, coffee-blends
- Language: TypeScript
- Homepage:
- Size: 37.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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
```