-
High Level Design Document: https://mycuhk-my.sharepoint.com/:w:/g/personal/1155142806_link_cuhk_edu_hk/EVYm7HW8AeVGpSq0KUDtxjgBmYFmhVf5LB0HijjVzGb9_g?e=B9Ev4z
-
Architecture Diagraph: https://miro.com/welcomeonboard/ZnBwdGhGMFd2NGxQRGJXY0lzdGdtQU1KdmE5Y1dod3NBaUFyeTROekhWV0VmaVpVNEhTVVpqTWJyTjV6b2tNTnwzNDU4NzY0NTIyODMyMTAyOTkwfDI=?share_link_id=460099291200
React.js
-
install node.js
-
type "npm install" in terminal on Front-end folder
-
type "npm start" The web will start at port 8080 by default.
The page will reload when you make changes. You may also see any lint errors in the console.
MongoDB: A popular NoSQL database that provides a flexible, scalable, and document-oriented data model, making it suitable for handling game-related data.
To set up the Pacman 3D Database on your local environment, follow these steps:
- Install MongoDB https://www.mongodb.com/try/download/community on your machine and start the MongoDB server.
- Install Mongo Compass https://www.mongodb.com/products/compass to review the database.
- In mongo compass: connect to -> mongodb+srv://sad9jai:04875398MON@csci3100.9m8rnfx.mongodb.net/pacman?retryWrites=true&w=majority
- Clone this repository to your local machine using git clone
- Navigate to the cloned directory and install the dependencies using npm install.
- Type "cd src" in terminal to run in src.
- Start the application using node server.js or npm start. The application will be running at http://localhost:3000 by default.