Full Stack MERN social media site for Cal Poly Pomona students meant to bring the commuter life more together! Also meant to work in conjunction with Canvas API to
centralize the multiple apps CPP has for students. This app helps our students rate professors, give their experience on classes, create study groups, and invite commuters to off-
campus study options.
View Demo
·
Report Bug
·
Request Feature
- Web dev or cyber security
- Present to industry professionals
- 24hr
- Create an application with CPP students being the target audience
- Cpp Social Media
- CPP scheduler
- Website that lists places where students can eat on campus
- 10 min presentation on technology and why users would like it
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Installation of npm and node is required!
- npm
npm install npm@latest -g
- Get a free Database Key at MongoDB
- Clone the repo
git clone https://github.com/andresr35/broncoHacks.git
- Install NPM packages on both the client and server folder
npm install
- Enter your mongoDB Key and JWT secret key in
.env
MONGODB = 'ENTER YOUR key';
This uses React in the front end, with an express and node backend. The database being used is a MongoDB database, being connected with Mongoose. Bcryptjs is also being used in conjunction with JWT tokens to provide authentication to users when they log in.
While two other students worked on the structure and code of the backend, one student worked on the design of the website using figma before continuing onto writing react and css
Distributed under the MIT License. See LICENSE.txt
for more information.