/
Resources

Resources

Discord Documentation & Tutorial

https://discord.js.org/#/

https://discordjs.guide/#before-you-begin

https://www.youtube.com/watch?v=JMmUW4d3Noc&list=PLaxxQQak6D_f4Z5DtQo0b1McgjLVHmE8Q

+ Privileged Gateway Intents

Javascript Resources

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps - A bit too much for what we do

https://javascript.info/

Node.js Crash Course - It is not related to the project too much as the tutorial is for a web server but is a great way to learn node.js

Ā 

PostgresSQL Resources

#TODO: HOW TO CONNECT TO NODE.JS

https://www.sqlshack.com/how-to-install-postgresql-on-windows/ - Getting up to creating a new database in pgadmin should be enough.

How to Install PostgreSQL on Windows and Create a PostgreSQL 14 Database including pgAdmin - Similarly first 5 minutes showing downloading and the set up should be enough.

PostgresSQL Tutorial - We use a node.js wrapper to execute the query so just a basic understanding of the table is more than enough.

Ā 

Related content

UNSW CSESoc