Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1020 Bytes

File metadata and controls

49 lines (31 loc) · 1020 Bytes

nextjs-interview / TodoApi

Open in Coder

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

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# 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

About Crunchloop

crunchloop

We strongly believe in giving back 🚀. Let's work together Get in touch.