Skip to content

Yogitha6/Campus-Talk

Repository files navigation

Campus-Talk

5448 Course Project

Team Members: Aadish, Pallavi, Yogitha

Platform for all the campus students to keep up to date with latest events happening across the campus. People can find other peers across the university with similar interests, say finding a group of people who are interested in Design Patterns or finding people who want to go for skiing a particular weekend. Users can create forums to initiate discussions and peers can subscribe to the forum to participate in ongoing discussions. Users can interact with each other by posting in the forums or by replying to existing posts. Users could also unsubscribe if they are no longer interested in following a group.

Steps to run the website

    1. All the code for the website is in the folder project.
  1. We have used Java as the backend. You would need to have JDK 1.8 or above setup.
  2. All the jar files used are included the web-app library
  3. You would have to build the path to get it working
  4. For the local development we are using apache server, it is easy to setup and fast to go
  5. Currently the database we have used is MySql and the schema design for the database is present in the folder called SQL
  6. To setup the database run the command mysql -u -p campustalk < Dump2016330.sql
  7. Once the server is up and running open the link in your browser http://localhost:8080/CampusTalk/
  8. If anyone faces any issues please create a issue in the repository and we will try to resolve it ASAP
  9. If anyone wants to develop new feature please submit a pull request we will review it and merge it

About

5448 Course Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published