Skip to content

Andresr35/broncoHacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors MIT License


Logo

Bronco Life

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

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

Hackathon Description

  • Web dev or cyber security
  • Present to industry professionals
  • 24hr

Web Dev Categories

  • 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

Getting Started

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.

Prerequisites

Installation of npm and node is required!

  • npm
    npm install npm@latest -g

Installation

  1. Get a free Database Key at MongoDB
  2. Clone the repo
    git clone https://github.com/andresr35/broncoHacks.git
  3. Install NPM packages on both the client and server folder
    npm install
  4. Enter your mongoDB Key and JWT secret key in .env
    MONGODB = 'ENTER YOUR key';

(back to top)

Tech stack

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.

Method

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 Figma Image

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Dev Resources

Canvas Api Axios API