Skip to content

laecheng/MyBookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Server

bookmark server or URL-shortening service, MyBookmark is 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.

Environment

  • Python with version 3.6.4
  • Follow this guidance to install Python on your operating system.

How to Run

$ git clone [email protected]:laecheng/MyBookmark.git bookmark
$ cd bookmark
$ python BookmarkServer.py

About

A bookmark server written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages