Skip to content

berv-uni-project/scheduler-op

Repository files navigation

Scheduler OP

Codacy Badge FOSSA Status

This is scheduler or timetabling that implements 3 algorithm. This web app using simple interface.

  1. Hill Climbing

  2. Simulated Annealing

  3. Genetic Algorithm

Build Status

Docker Django - Test
Django CI Docker

Program Demo

Link : https://scheduler-op.herokuapp.com/

This app have deployed to heroku. If have some issue, please send me an issue. :)

Deploy

Docker

  • Create file .env
SECRET_KEY=your_secret_key
DATABASE_URL=your_db_url
DEBUG_MODE=False
  • Config docker-compose.yml

  • Run: docker-compose build && docker-compose up -d

Dependency

Look at Requirements.txt.

  • Django 2.1
  • Python 3 or above
  • dj-database-url 0.5.0
  • dj-static 0.0.6
  • psycopg2 2.7.6

Developer

  1. Amir - 13514017 - Profile

  2. Jeremia Jason Lasiman - 13514021 - Profile

  3. Bervianto Leo Pratama - 13514047 - Profile

  4. Richard Welianto - 13514051 - Profile

  5. M. Az-zahid Adhitya Silparensi - 13514095 - Profile

LICENSE

MIT

MIT License

Copyright (c) 2017 Bervianto Leo Pratama

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

FOSSA Status