Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crunchloop/nestjs-interview
Todo API for Nest JS interview
https://github.com/crunchloop/nestjs-interview
Last synced: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T21:08:44.000Z (about 1 year ago)
- Last Synced: 2024-01-12T08:20:22.537Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjs-interview / TodoApi
[![Open in Coder](https://dev.crunchloop.io/open-in-coder.svg)](https://dev.crunchloop.io/templates/fly-containers/workspace?param.Git%[email protected]: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 ([email protected])
## About Crunchloop
![crunchloop](https://s3.amazonaws.com/crunchloop.io/logo-blue.png)
We strongly believe in giving back :rocket:. Let's work together [`Get in touch`](https://crunchloop.io/#contact).