https://github.com/parths007/bookmark-server
A bookmark server or URL-shortening service, similar to TinyURL.com or goo.gl.
https://github.com/parths007/bookmark-server
http requests server
Last synced: 10 months ago
JSON representation
A bookmark server or URL-shortening service, similar to TinyURL.com or goo.gl.
- Host: GitHub
- URL: https://github.com/parths007/bookmark-server
- Owner: ParthS007
- License: mit
- Created: 2018-09-08T11:20:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T14:28:59.000Z (over 7 years ago)
- Last Synced: 2025-03-24T23:51:27.210Z (10 months ago)
- Topics: http, requests, server
- Language: Python
- Homepage: https://bookmark-server-mes.herokuapp.com/
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookmark Server
In this program, I have created a *bookmark server* or URL-shortening service,
similar to `TinyURL.com` or `goo.gl`, but with no persistent storage.
This server will accept a URL and a short name, check that the URL actually
works (returns an HTTP 200), then store it in a Python dictionary.