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 6e90d40db4
disable registrations
9 months ago
.vscode Some progress 10 months ago
public/image oauth2 revokations 1 year ago
src disable registrations 9 months ago
test Initial service setup 1 year ago
uploads two factor authentication 1 year ago
views disable registrations 9 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
README.md Initial service setup 1 year ago
nest-cli.json Initial service setup 1 year ago
ormconfig.js Some progress 10 months ago
package-lock.json upgrade everything (except redis, it is dumb) 10 months ago
package.json upgrade everything (except redis, it is dumb) 10 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.