Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.95 KB

README.md

File metadata and controls

64 lines (48 loc) · 2.95 KB

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

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Use

Please change the .env.example file to .env and use it. Be sure not to share these environment variables with anyone outside of your developer team.

Login

http://localhost:3000/api/auth/login

Redirect

http://localhost:3000/api/auth/discord/redirect

Status

http://localhost:3000/api/auth/status