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

https://github.com/amytho/recipe-book

Recipe book built with Angular, NestJS, and MongoDB
https://github.com/amytho/recipe-book

Last synced: 12 months ago
JSON representation

Recipe book built with Angular, NestJS, and MongoDB

Awesome Lists containing this project

README

          

## Description

A recipebook built with [NestJS](https://github.com/nestjs/nest), [Angular](https://angular.io/), and [MongoDB](https://www.mongodb.com/).

## Installation

```bash
$ npm install
```

```bash
# Frontend Deps
$ cd frontend
$ npm install
```

## Running the app

```bash
$ npm start
# Frontend
$ cd frontend
$ npm start
```

## License

[MIT licensed](LICENSE).