26 Commits

Author SHA1 Message Date
Sunny Dhoke
dfe83ac703 Merge branch 'main' into dev 2020-10-09 19:04:52 +05:30
Sunny Dhoke
5a39d462b9 Added CI badge and doc improvement 2020-10-09 17:24:33 +05:30
Sunny Dhoke
1af4324869 Adding CI 2020-10-09 17:18:15 +05:30
Sunny Dhoke
45cd97c07b Documentation for localhost and Heroku deploy 2020-10-09 17:14:38 +05:30
Sunny Dhoke
5453470e43 Added ability to deploy on Heroku 2020-10-09 17:00:35 +05:30
Sunny Dhoke
a2acc098a7 Added timestamp feature
`.createdAt`;
gives the moment the link was submitted
2020-10-09 17:00:35 +05:30
Sunny Dhoke
83bafe3f7f Added clicks abd ability to redirect to full url
You can click on short or full url.
Increments the count and updates in db.
Sends 404 if null url.
2020-10-09 17:00:35 +05:30
Sunny Dhoke
dee251b524 typo 2020-10-09 17:00:35 +05:30
Sunny Dhoke
eeb195793c Working prototype. 2020-10-09 17:00:35 +05:30
Sunny Dhoke
3869894394 Adding data model/ Schema
| fullurl | shorturl | clicks |

+ shortid-library to shorten url/get id from url
2020-10-09 17:00:35 +05:30
Sunny Dhoke
6f36ae8680 connection to mongodb
using mongoose, no schema yet.
2020-10-09 17:00:35 +05:30
Sunny Dhoke
b198e531f2 Added Bootstrap CSS 2020-10-09 17:00:35 +05:30
Sunny Dhoke
2dc434103c Form
Table generated from form data
2020-10-09 17:00:35 +05:30
Sunny Dhoke
a0a339aa3f Hello Universe
Simple index view with ejs
2020-10-09 17:00:35 +05:30
Sunny Dhoke
f81fad1949 Added ability to deploy on Heroku 2020-10-09 16:59:37 +05:30
Sunny Dhoke
56c46cbc19 Added timestamp feature
`.createdAt`;
gives the moment the link was submitted
2020-10-09 16:56:26 +05:30
Sunny Dhoke
29343a63dc Added clicks abd ability to redirect to full url
You can click on short or full url.
Increments the count and updates in db.
Sends 404 if null url.
2020-10-09 10:33:57 +05:30
Sunny Dhoke
dbb18c4d7e typo 2020-10-09 10:32:01 +05:30
Sunny Dhoke
b9770b8159 Working prototype. 2020-10-08 13:52:48 +05:30
Sunny Dhoke
dda2cac836 Adding data model/ Schema
| fullurl | shorturl | clicks |

+ shortid-library to shorten url/get id from url
2020-10-08 11:51:08 +05:30
Sunny Dhoke
d5c8e8fe04 connection to mongodb
using mongoose, no schema yet.
2020-10-08 11:49:58 +05:30
Sunny Dhoke
1a541097da Added Bootstrap CSS 2020-10-08 11:23:52 +05:30
Sunny Dhoke
86d4907996 Form
Table generated from form data
2020-10-08 11:04:07 +05:30
Sunny Dhoke
52c6250246 Hello Universe
Simple index view with ejs
2020-10-08 10:33:57 +05:30
Sunny Dhoke
a1a25c8ac9 Initital setup
Added commands for setup
2020-10-08 10:13:28 +05:30
Sunny Dhoke
9bbeeed023 Initial commit 2020-10-08 08:09:43 +05:30