Discord is a communication tool that we use to stay in touch with our team members. We find it helpful because it allows us to communicate quickly and easily, and we can share files and information in real-time. We also appreciate the organizational features that Discord offers, such as channels and roles, which help us keep our conversations and projects organized.
Github is a version control system that we use to manage our project files. We chose Github because it provides a secure and centralized platform for storing our code, and it makes it easy to collaborate and track changes across multiple contributors. We also appreciate the range of features that Github offers, such as pull requests and issue tracking, which help us manage our development process more effectively.
VSCode is an integrated development environment (IDE) that we use for coding and debugging our project. We find VSCode helpful because it provides a lightweight, yet powerful, platform for writing and testing our code. We appreciate the range of features that VSCode offers, such as code completion and debugging tools, which help us write clean and efficient code more quickly.
We are using HTML with CSS to develop our website. The bulk of our webpages will be created using HTML as a framework.
For the back-end we will be using mySQL as our main database tool, to store and retrieve data when necessary. PHP code placed within our HTML will allow us to easily perform SQL queries to the database.
Our database will be hosted on an Amazon AWS instance.