https://github.com/crunchloop/nestjs-interview
Todo API for Nest JS interview
https://github.com/crunchloop/nestjs-interview
Last synced: 7 months ago
JSON representation
Todo API for Nest JS interview
- Host: GitHub
- URL: https://github.com/crunchloop/nestjs-interview
- Owner: crunchloop
- Created: 2023-04-04T15:46:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T19:30:04.000Z (about 2 years ago)
- Last Synced: 2024-11-27T15:40:35.529Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs-interview / TodoApi
[](https://dev.crunchloop.io/templates/fly-containers/workspace?param.Git%20Repository=git@github.com:crunchloop/nextjs-interview.git)
This is a simple Todo List API built in Nest JS and Typescript. This project is currently being used for Javascript/Typescript full-stack candidates.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# 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
```
Check integration tests at: (https://github.com/crunchloop/interview-tests)
## Contact
- Martín Fernández (mfernandez@crunchloop.io)
## About Crunchloop

We strongly believe in giving back :rocket:. Let's work together [`Get in touch`](https://crunchloop.io/#contact).