https://github.com/davide64-dev/feup_ltw_feuptech
🎟️ | A trouble ticket management system for a tech store
https://github.com/davide64-dev/feup_ltw_feuptech
feup ltw mangement-system trouble-ticket web
Last synced: 3 months ago
JSON representation
🎟️ | A trouble ticket management system for a tech store
- Host: GitHub
- URL: https://github.com/davide64-dev/feup_ltw_feuptech
- Owner: Davide64-dev
- Created: 2024-01-27T21:28:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T21:38:08.000Z (over 1 year ago)
- Last Synced: 2025-05-21T22:41:48.356Z (5 months ago)
- Topics: feup, ltw, mangement-system, trouble-ticket, web
- Language: PHP
- Homepage:
- Size: 3.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FEUPTech Trouble Tickets Management System
## Instructions to start the project
```sh
git clone https://github.com/Davide64-dev/FEUP_LTW_FEUPTech.git
cd FEUP_LTW_FEUPTech
php -S localhost:9000
```
Check the project in:
[http://localhost:9000/](http://localhost:9000/)### Every time you want to repopulate the original database:
```sh
cd database
rm -f database.db
sqlite3 database.db < database.sql
```Note: The original database is already populated when you clone the project
### Screenshots






## Authors
Davide Teixeira - up202109860
Linda Rodrigues - up202005545
Inês Silva - up202008076