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
- Host: GitHub
- URL: https://github.com/amytho/recipe-book
- Owner: aMytho
- License: mit
- Created: 2022-02-01T04:12:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T18:17:46.000Z (over 4 years ago)
- Last Synced: 2025-06-08T10:02:59.234Z (about 1 year ago)
- Language: TypeScript
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).