New IcyNet.eu authentication back-end
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Evert Prants 799f50ea08
changes
5 months ago
.vscode typeorm command with ts-node 9 months ago
public/image oauth2 revokations 1 year ago
src changes 5 months ago
test Initial service setup 1 year ago
uploads two factor authentication 1 year ago
views changes 5 months ago
.dockerignore docker support 6 months ago
.eslintrc.js disable registrations 9 months ago
.gitignore webpack frontend stuff, jwt start, settings start 1 year ago
.prettierrc upgrade everything (except redis, it is dumb) 10 months ago
Dockerfile docker support 6 months ago
README.md Initial service setup 1 year ago
nest-cli.json Initial service setup 1 year ago
package-lock.json actually implement oauth2 pcke, drop image scope 6 months ago
package.json actually implement oauth2 pcke, drop image scope 6 months ago
tsconfig.build.json Initial service setup 1 year ago
tsconfig.json webpack frontend stuff, jwt start, settings start 1 year ago
webpack.config.js webpack frontend stuff, jwt start, settings start 1 year ago

README.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

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.