GatorGather is a web application built using React, NodeJS, Express, and MySQL. Its purpose is to bring the UF community together by allowing users to post and find events like tailgates, club meetings, parties, and more.
- First, install git on your PC.
- Use git clone in your terminal and append the URL to your forked repository.
- Run these commands (after you clone the repo) to install the correct dependencies for the project to run locally on your PC.
cd GatorGather/client/
npm install
cd ../server
npm installWhile in the server directory, run this command to start the server:
npm startAfter that, open a second terminal and go to the client directory and run the same command:
npm start
And there you go, it should work!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT License