Parcel Tracking Service is a convenient web application for tracking parcels, designed to simplify the logistics process. With this service, customers can register parcels, track their status, update delivery addresses, and delete parcels if necessary.
-
✔️ Database integration 📇
If you want to run the project using Docker, follow these steps:
- Make sure Docker is installed.
- To build and run the application, navigate to the project's root directory.
- Build the application by running the following command in the terminal:
docker compose up
If you want the application to run in the background without logging, execute the command:
docker compose up -d
Now you can open the application in your browser at: http://localhost:8080
-
Libraries for Database Interaction: jmoiron/sqlx and jackc/pgx
-
Library for Writing Tests: stretchr/testify
Thank you for using Parcel Tracking Service! 🚀 We hope the service helps you efficiently manage deliveries and logistics. 😊