Skip to content

minidogg/QuoteDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuoteDB logo

QuoteDB: A database for all your quotes. You can find an invite link to it in our discord server

Getting Started

  1. Install Node.js: If you haven't already, download and install Node.js.
  2. Navigate to Directory: Open your terminal and navigate to the 'main' directory of QuoteDB.
    cd ./main
  3. Install Dependencies: Run the following command to install required dependencies.
    npm ci
  4. Configure: Edit the configuration file generated to suit your preferences.
  5. Start the Bot:
    • Run the following command:
      node bot.js
    • Or, if you have nodemon installed:
      npm run bot

Running in Production

  1. Install PM2: If you don't have PM2 installed, you can do so by running:
    npm install pm2@latest -g
  2. Start Production Mode:
    npm run prod
  3. Stopping the Bot:
    npm run prodStop
  4. Viewing Logs:
    npm run prodLogs

About

A database for storing all your quotes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published