This is was for a class project where our team of 4 was paired with a client who had a specific need for a web app. Our client wanted a web app where companies could list their internships and high school students could be matched to internships that they aligned with.
- Stripe Payments API
- Bootstrap 4
- Font Awesome 3
- Express
- Node JS
- React + Redux
- Mongoose + MongoDB
- TinyMCE
- Clone Code
- Server port can be edited in server/server.js
- Rename and Edit
client/src/example_config.js
andserver/config/example_config.js
to specifications (make sure API URL is set to correct port chosen) - Run "npm build" from the client folder
- Run "npm start" from the main folder