Skip to content

COSC 4353 Project for Students: Victor Elkins, Juan A Garcia, Josh Garvin , Kenny Nguyen

Notifications You must be signed in to change notification settings

Victor-Elkins/Volunteer-Site-Project

Repository files navigation

Steps To Run:

  1. Clone the repository:
git clone https://github.com/Victor-Elkins/Volunteer-Site-Project.git
  1. Navigate to the project's directory:
cd Volunteer-Site-Project
  1. Navigate to backend and install any dependencies:
cd backend
npm install
  1. Start the backend server:
node server
  1. Open a new command prompt by clicking the '+' icon, or a new terminal window.: alt text alt text
  2. Navigate to the frontend directory in the new terminal:
cd Volunteer-Site-Project/frontend
  1. Install any dependencies and start the frontend server:
npm install
npm run dev
  1. Either left click on the link output in the terminal, or navigate to http://localhost:5173/ in your local browser: link.png

Troubleshooting:

Sometimes, depending on someone's environment, running npm install will throw some errors or warnings. Running the following command a few times should sort the issue out:

npm audit fix
# If the regular fix doesn't work, add the force flag.
npm audit fix --force

About

COSC 4353 Project for Students: Victor Elkins, Juan A Garcia, Josh Garvin , Kenny Nguyen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •