Skip to content

lulzzz/ManufacturingScheduling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManufacturingScheduling

This repository is to be used for prototyping and simulating manufacturing schedulers. The concept is to randomize workcenters and process orders for a job shop simulation. Input would need to be a scheduling algorithm that would handle the process orders through the workcenters as appropriate.

Running:

  • From Core folder, run the simulation tests: dotnet run
  • From api folder, start backend API server with: rails s -p 3003
  • From ui folder, start simulation-ui: npm start
  • UI can be accessed from https://localhost:3000
  • API can be accessed from https://localhost:3003

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 65.5%
  • JavaScript 16.5%
  • Ruby 13.9%
  • CSS 3.1%
  • HTML 1.0%