Skip to content

An exercise, that demonstrates building a simple Python server, a *bookmark server* or URL-shortening service, similar to `TinyURL.com` or `goo.gl`, but with no persistent storage.

License

Notifications You must be signed in to change notification settings

mknowlin2/bookmark-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Server

In this exercise, you'll create 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.

See BookmarkServer.py for starter code and instructions.

About

An exercise, that demonstrates building a simple Python server, a *bookmark server* or URL-shortening service, similar to `TinyURL.com` or `goo.gl`, but with no persistent storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages