PushPin is the digital solution for teacher and club organizers. Instead of using a cluttered and unreliable physical bulletin board, PushPin digitalizes the process and provides streamline access to information for students. Students and faculty will be able to post and search up information with just the push of a button.
Created for UF's CEN3031 final project, the goal is to help students and teachers disseminate information quickly and efficiently. In addition to that, other organizations can use it to allow students to stay up to date with events happening around UF's campus
- Clone the repository with the following Git command
git clone https://github.com/MiniMinstrel/pushpin.git
- After cloning, open the project and navigate to the client directory by running
cd client
- Once inside the client directory, run
npm install
to install all the dependencies - Finally, run the command
npm start
to start the development server - The application should be hosted on
localhost:3000
and you can start interacting with it!