Skip to content

92MING/PacMan3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PacMan3D

CSCI3100 2022-23 Group Project

Useful links:


PacMan3Dfrontend

Technologies Used

React.js

Setting up the Webpage

  1. install node.js

  2. type "npm install" in terminal on Front-end folder

  3. 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.


PacMan3Dbackend

Technologies Used

MongoDB: A popular NoSQL database that provides a flexible, scalable, and document-oriented data model, making it suitable for handling game-related data.

Setting up the Database

To set up the Pacman 3D Database on your local environment, follow these steps:

  1. Install MongoDB https://www.mongodb.com/try/download/community on your machine and start the MongoDB server.
  2. Install Mongo Compass https://www.mongodb.com/products/compass to review the database.
  3. In mongo compass: connect to -> mongodb+srv://sad9jai:04875398MON@csci3100.9m8rnfx.mongodb.net/pacman?retryWrites=true&w=majority
  4. Clone this repository to your local machine using git clone
  5. Navigate to the cloned directory and install the dependencies using npm install.
  6. Type "cd src" in terminal to run in src.
  7. Start the application using node server.js or npm start. The application will be running at http://localhost:3000 by default.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors