Track your Spotify listens
Find a file
2020-05-03 21:10:31 +02:00
frontend feat(frontend): show recent listens 2020-05-03 21:10:31 +02:00
src feat(api): validate configuration 2020-05-03 21:10:31 +02:00
test feat(api): setup nestjs 2020-05-03 21:00:20 +02:00
.dockerignore feat(frontend): redo setup with ts+tailwind and implement auth+header 2020-05-03 21:10:31 +02:00
.gitignore feat: serve frontend from api container in prod build 2020-05-03 21:10:31 +02:00
docker-compose.yml feat(api): validate configuration 2020-05-03 21:10:31 +02:00
Dockerfile feat: serve frontend from api container in prod build 2020-05-03 21:10:31 +02:00
nest-cli.json feat(api): setup nestjs 2020-05-03 21:00:20 +02:00
package-lock.json feat(api): validate configuration 2020-05-03 21:10:31 +02:00
package.json feat(api): validate configuration 2020-05-03 21:10:31 +02:00
README.md feat(api): setup nestjs 2020-05-03 21:00:20 +02:00
tsconfig.build.json feat(api): setup nestjs 2020-05-03 21:00:20 +02:00
tsconfig.json feat(api): setup nestjs 2020-05-03 21:00:20 +02:00
tslint.json feat(api): setup nestjs 2020-05-03 21:00:20 +02:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.