An open API service indexing awesome lists of open source software.

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

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

![../screenshots/index.png](screenshots/index.png)

![../screenshots/login.png](screenshots/login.png)

![../screenshots/profile.png](screenshots/profile.png)

![../screenshots/all_tickets.png](screenshots/all_tickets.png)

![../screenshots/ticket_detail.png](screenshots/ticket_detail.png)

![../screenshots/tickets_user.png](screenshots/tickets_user.png)

## Authors

Davide Teixeira - up202109860


Linda Rodrigues - up202005545


Inês Silva - up202008076