Commit graph

21 commits

Author SHA1 Message Date
Alejandro Celaya
305df3a95b Implemented rest endpoint to return shortcode visits 2016-07-04 08:33:31 +02:00
Alejandro Celaya
ab8ccd7df1 Added get URL rest endpoint 2016-07-04 08:33:31 +02:00
Alejandro Celaya
1fbefbbd15 Created shortcode creation rest endpoint 2016-07-04 08:33:31 +02:00
Alejandro Celaya
8a7d5a499e Dropped unused middleware 2016-07-04 08:33:22 +02:00
Alejandro Celaya
e09915dd21 Removed cli-related middlewares and factories 2016-07-03 09:16:56 +02:00
Alejandro Celaya
35147fecb2 Replaced cli execution using expressive middleware by symfony/console 2016-07-03 09:14:27 +02:00
Alejandro Celaya
1c6250618a Removed unique index from too long field 2016-05-02 17:52:53 +02:00
Alejandro Celaya
4e852aab9b Fixed typo and added link to my website 2016-05-02 17:20:07 +02:00
Alejandro Celaya
83352f0af9 Added more tests 2016-05-01 17:55:29 +02:00
Alejandro Celaya
bb11269146 Added more tests 2016-05-01 13:36:23 +02:00
Alejandro Celaya
aba7d3185a Added shortcode chars as an environment variable 2016-05-01 11:21:54 +02:00
Alejandro Celaya
3bb899bced Prevented routable middleware to dispatch 404 page 2016-04-30 19:24:45 +02:00
Alejandro Celaya
4ae08c02ec Created VisitsTracker service to track visits to shortcodes 2016-04-30 19:18:42 +02:00
Alejandro Celaya
b2615d0de6 Implemented routable redirect middleware 2016-04-30 18:59:03 +02:00
Alejandro Celaya
577ad146a4 Implemented shortcode generation 2016-04-30 18:14:43 +02:00
Alejandro Celaya
dfdb06d340 Everything configured to generate routes from CLI 2016-04-30 17:47:48 +02:00
Alejandro Celaya
a60a6ccc4d Added dotenv component to define env vars in local file 2016-04-30 17:21:35 +02:00
Alejandro Celaya
03298fc448 Created EntityManagerFactory 2016-04-17 20:27:24 +02:00
Alejandro Celaya
a9813b1ab9 Implemented UrlShortener main service 2016-04-17 13:42:52 +02:00
Alejandro Celaya
93c2c1298a Implemented short code generation based on a provided long URL 2016-04-17 11:29:23 +02:00
Alejandro Celaya
b436edb991 Created entities 2016-04-17 10:46:35 +02:00