Git Product home page Git Product logo

mink's Introduction

About The Project

Mink is a student-oriented class scheduling tool designed to streamline the course registration process. You provide the classes you plan to take along with your preferences, and Mink finds the schedules that best fit your needs. Currently serving Oregon State University’s course catalog.

See it live here!

Built With

React TypeScript Express.js Postgres

Getting Started

Prerequisites

Installation

Create a Postgres DB and load course data to it using:

pg_restore -U username -d dbname < db.tar

Navigate to the server directory and install dependencies:

cd server && npm install

Create a .env in the server directory following this format:

# Express
PORT="3000"
HOST="127.0.0.1"

# Postgresql
DATABASE_URI="postgresql://username:[email protected]:port/dbname"

Now navigate to the client directory and install dependencies:

cd ../client && npm install

Create another .env pointing to the backend:

VITE_API_ENDPOINT="http://127.0.0.1/v1"

Usage

To use the project run npm run dev in the server and client directories.

Then type “o” into the shell running Vite to open the site running locally in your browser.

Roadmap

  • Export CRNs
  • View detailed course info
  • Favorite schedules
  • Scheduling Algorithm Overhaul
    • Fitness Function redefinition
    • Meta-heuristic local search
  • Mobile responsiveness

Contributing

Any contributions to the project are greatly appreciated.

If you have a suggestion that would make this project better, please fork the repo and create a pull request. Don’t forget to give the project a star!

  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

License

Distributed under the GNU General Public License v3.0. See LICENSE.txt for more information.

Contact

If you have any questions about the project or just wanna chat, feel free to reach out to me!

Cassius V - [email protected]

*psssstt* If you're an OSU student, let's do some hackathons

mink's People

Contributors

cassiusfive avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mink's Issues

Max schedules to search

There needs to be a max cap on how many different schedules the algorithm looks at.

Currently, the algorithm will always try to brute force a solution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.