Compare commits

...

3 Commits

Author SHA1 Message Date
842649ef8d Update README.md 2024-01-26 17:49:47 +00:00
709c19f6e8 Merge pull request 'jones-dev' (#19) from jones-dev into master
Reviewed-on: https://gitea.corbz.dev/corbz/ticket-website/pulls/19
2024-01-26 17:39:03 +00:00
8f54ed2974 Update README.md
Corrected HTTPS protocol to HTTP under

# Running

2. Accessing the website
2024-01-14 01:59:22 +00:00

View File

@ -1,3 +1,10 @@
# Ticket Website
A simple ticketing system and issue tracker written with Django, Django Rest Framework and Bootstrap 5.
<img src="https://gitea.corbz.dev/corbz/ticket-website/raw/branch/master/examples/light.png" alt="screenshot (light mode)">
<img src="https://gitea.corbz.dev/corbz/ticket-website/raw/branch/master/examples/dark.webp" alt="screenshot (dark mode)">
# Contributing
This guide explains how to contribute.
@ -62,4 +69,4 @@ You can import a fixture using the following command (remember to replace `<OPTI
2. Access the website
`https://localhost:8000`
`http://localhost:8000`