Skip to content

andreibratila/codequest-backend

Repository files navigation

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.

Create discord Bot

  1. register in https://discord.com/developers/applications
  2. Create an aplication
  3. configure the bot with: public bot, SERVER MEMBERS INTENT
  4. copy your discordID server
  5. paste this link in your navigation and sleect your server to activate the bot
  6. https://discord.com/oauth2/authorize?client_id=YOUR-CLIENT-ID&permissions=1024&scope=bot

Installation

# clone repository
https://github.com/andreibratila/codequest-backend

# install dependencies
$ npm install

# rename .env.template by
cp .env.template .env
 - Update the '*.env*' file with your environment-specific variables

# set the env variables
D_BOT_ID=yourprivate_bot_key
D_ID_DISCORD_SERVER=YourdiscordID

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

🚀 Deployed in

Lottery webapp

⭐Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors