Skip to content

A mini-ups system that works with a Mini-Amazon project created by another group, which share the same API definitions, and allow delivery of products in a virtual world. Created as a project for the course ECE 568

Notifications You must be signed in to change notification settings

Hsnayrus/Mini-UPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERSS-project-lam147-sj346

Before Running:

  • open docker-deploy/ups_server/server.py
  • edit the WORLD_HOST value on line 33 to be the hostname where the world server is running (i.e. "vcm-25947.vm.duke.edu")

To Run with Docker: (Comes up, but currently bugged after multithreading implementation, so DO NOT USE)

  • cd into docker-deploy
  • run: sudo docker-compose up

To Run without Docker:

  • FRONT_END:

    • cd into docker-deploy/mini_ups
    • run: python3 manage.py python3 manage.py runserver 0.0.0.0:8000
  • BACK_END:

    • cd into docker-deploy/ups_server
    • run: python3 server.py

About

A mini-ups system that works with a Mini-Amazon project created by another group, which share the same API definitions, and allow delivery of products in a virtual world. Created as a project for the course ECE 568

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published