-
Notifications
You must be signed in to change notification settings - Fork 1
User Documentation Website
This website was created as part of a term project for the ECSE 428 Software Engineering Practice course offered during Winter 2022 at McGill university by Professor Robert Sabourin. The technologies utilized in this project incorporate the MERN stack approach which follows the 3 tier architectural pattern, namely the front-end, back-end, and database tier using JavaScript and JSON. For the back-end implementation, we used Express.js alongside Node.js as they present powerful models for URL routing and handling requests and responses. For the database, we used MongoDB to handle any queries related to the application's data management as it works really well in conjunction with the technologies mentioned previously. Finally, for the front-end, we used the React.js library to display the UI for the user to interact with.