https://github.com/sugiruu/nest-todo-api
Simple Todo API built with NestJS
https://github.com/sugiruu/nest-todo-api
Last synced: 27 days ago
JSON representation
Simple Todo API built with NestJS
- Host: GitHub
- URL: https://github.com/sugiruu/nest-todo-api
- Owner: sugiruu
- Created: 2021-06-13T16:02:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T18:39:00.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T12:15:59.192Z (2 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Simple Todo REST API built with NestJS
## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn start# watch mode
$ yarn start:dev# production mode
$ yarn start:prod
```## Config
Create a .env file on the root directory and set the config values. The available configuration options are:
- `token.expiration.minutes` - Token max age (default 60)
- `server.port` - Listen on port (default 3003)## API
- Health check: [http://localhost:3003/status](http://localhost:3003/status)
- Swagger docs: [http://localhost:3003/docs](http://localhost:3003/docs)## License
[MIT licensed](LICENSE).