dependabot[bot] ed8ab14e92 Bump path-to-regexp and express
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.10 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10)

Updates `express` from 4.18.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.21.1)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-12 19:35:29 +00:00
2024-01-14 19:22:43 +01:00
a
2024-03-19 21:56:46 +01:00
2024-01-15 17:06:30 +01:00
2024-01-14 19:22:43 +01:00
2024-01-14 19:22:43 +01:00
2024-01-15 13:42:00 +01:00
2024-01-14 19:22:43 +01:00

PS-Discord-BotBuilder

This is one of my personal projects, and I plan to update it for a while to come. This is a node.js webserver, which is hosting a website, with which you can "make" a discord bot.s

Node.js and NPM Setup

When using this website, make sure you have Node.js installed. When you are sure it's installed, clone the repository, and open a terminal in the folder. Then run the following command to install all required NPM packages

npm install archiver bcrypt body-parser express-session express fs-extra mysql path

Database Setup

To get started with the project, you'll need to set up the database. Follow these steps:

  1. Database Creation:

    • Make sure you have a MySQL server installed on your machine. If not, you can download and install it from MySQL Downloads.
    • Create a new database for your project.
  2. Importing Tables::

    • Import the db-config.sql file into your database using the following command:
      mysql -u {your_username} -p {your_database_name} < /path/to/db-config.sql
    • If you want to know more about the exact database structure, you can always take a look at the contents of db-config.sql
  3. Final Configuration:

  • Update the content in the config.json file. If you don't have it, feel free to make use of the config.json.example for the layout of the JSON file.

Running the Application:

With the database set up and configured, you should be able to run your application. To run it, please use the following command

./startServer.sh
Description
a wesbite to make discord bots
Readme 4.5 MiB
Languages
JavaScript 77.4%
CSS 16.5%
HTML 6%