/CIS550_Project_OPUS

Repository for CIS550 - Database Project

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

CIS550 - Project Opus

Contributors Forks Stargazers Issues LinkedIn LinkedIn

This repository contains the code for our CIS550 Project - OPUS.

OPUS is designed to help find students relevant job and internship opportunities

Link to the full dataset

Steps to Run

  1. Execute the following commands from your terminal to install required dependencies

    cd server

    npm install

    cd ../client

    npm install

  2. Start the server by:

    cd server

    npm start

  3. Start the client by:

    cd client

    npm start

  4. This should automatically open the application in your browser, if not copy-paste the link displayed in the client terminal into your browser.

  5. Voila! OPUS is now running!

Video Demo

Link to the video demo of the project.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Shrivats Agrawal - LinkedIn - shriv9@seas.upenn.edu
Abhinav Atrishi - LinkedIn - abhinav1@seas.upenn.edu
Bushra Kidwai - LinkedIn - bkidwai@seas.upenn.edu
Samuel Kamien - skamien@seas.upenn.edu

Project Link: https://github.com/ShrivatsAgrawal/CIS550_Project_OPUS/

(back to top)