-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuperpaczka.html
More file actions
35 lines (32 loc) · 1.55 KB
/
superpaczka.html
File metadata and controls
35 lines (32 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: projects
title: Alex Pszczolkowski | Project | superpaczka.pl
comments: true
---
<article>
<a href="http://superpaczka.pl/">
<img src="img/superpaczka.png" class="img-responsive" />
</a>
<h1 class="text-center"><a href="http://superpaczka.pl/">Superpaczka.pl</a>
- Backend</h1>
<p>
<strong>Courier broker service</strong> - a web application that let's you send a package by ordering a delivery company to pick it up from your doorstep.
</p>
<p>
For this seed level startup from Warsaw, I was hired to build a backend system much needed to support everyday operations of management and customer care.
The project was initially written in PHP and had a very scarce admin panel. We've divided the work to reimplement the frontend and backend from scratch and I took the lead for the backend and admin panel solution.
Together with the team, we've worked out a proof-of-concept version of an administration panel, tested it out, reiterated and delivered a solid solition to monitor the orders, package statuses and customer data.<br/>
We've integrated the software with APIs from DPD and DHL courier companies to automatically order and track the parcels. The site went from 100 to over 10000 monthly orders.
</p>
<hr/>
<p>
<h2>technologies used:</h2>
<ul class="tech-used">
<li>Groovy and Grails</li>
<li>Java</li>
<li>jQuery</li>
<li>PostgreSql</li>
<li>Third party APIs (DPD and DHL)</li>
</ul>
</p>
</article>