Skip to content

NukeZzZin/Discord-Akairo-with-express-and-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Contributors Contributors Contributors Contributors Contributors Contributors Contributors

🌌 About The Project

This project is just a simple template for a discord bot using discord-akairo, mongodb, express, typescript and other technologies. With a server and database support.

πŸš€ Getting Started

🌎 Prerequisites

  • Install the NodeJS.
  • Install the Yarn.
  • Install the Docker.
  • Config the Discord.
  • Add locales environments in .env File.
  • Install Node Dependencies using yarn in your terminal.

🚚 Installation

  1. Clone the repository using git clone https://github.com/NukeZzZin/Discord-Akairo-with-express-and-mongodb.git in your terminal.
  2. Install Node Dependencies using yarn in your terminal.
  3. Add locales environments in .env File. Example in .env.example.

πŸ±β€πŸ’» Local Developing run

  1. Use yarn dev in your terminal.

🏎️ Local production run

  1. Use yarn build in your terminal.
  2. Use yarn start in your terminal.

πŸ“¦ Docker production run

  1. Create docker project using docker build -t discord . in your terminal.
  2. Run docker project using docker run -d -p 3000:3000 discord in your terminal.

πŸ“ License

You can check out the full license here

This project is licensed under the terms of the MIT license.