Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 681 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 681 Bytes

Service50

My final project for CS50W

About

Service50 is a ticketing system, inspired on the renowned platform ServiceNow. It serves as a centralized hub for logging IT issues, enabling users to report problems with hardware and software to the appropriate support teams.

Preview

Service50 Preview
Youtube

Run Server

To test the the Website:

  • download the code
  • create a Python environment and install the packages from requirements.txt
  • launch the server with the command python manage.py runserver
  • paste in the browser http://127.0.0.1:8000/