https://github.com/robertmain/meal-plan
Meal planning app written in @nestjs to facilitate meal planning and generate a shopping list
https://github.com/robertmain/meal-plan
Last synced: 4 months ago
JSON representation
Meal planning app written in @nestjs to facilitate meal planning and generate a shopping list
- Host: GitHub
- URL: https://github.com/robertmain/meal-plan
- Owner: robertmain
- License: gpl-3.0
- Created: 2019-04-20T19:57:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T01:38:47.000Z (over 3 years ago)
- Last Synced: 2025-10-25T02:04:57.586Z (8 months ago)
- Language: TypeScript
- Size: 5.71 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meal Planner API
[](https://travis-ci.org/robertmain/meal-plan) [](https://codecov.io/gh/robertmain/meal-plan)
Meal planning API based on [NestJS](http://github.com/nestjs/nest). Currently WIP.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# Swagger docs available from /api
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```