CSCI-GA-2820-FA24-003 / inventory

NYU DevOps Inventory Service Fall 2024
Apache License 2.0
2 stars 1 forks source link

add ui page #85

Closed ZongyangYue closed 2 weeks ago

ZongyangYue commented 2 weeks ago

Made the following change:

  1. Created a static folder under service folder to hold static assets.
  2. Add an index.html in static folder for the index page UI.
  3. Modify routes.py so the root url becomes the UI.
codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
service/routes.py 100.00% <100.00%> (ø)
RayChen666 commented 2 weeks ago

use command "make run" and "honcho start" tested. All works, merged.