/bookmarkserver

this project is part of fullstack web dev udacity course

Primary LanguagePython

bookmarkserver

this project is part of fullstack web dev udacity course bookmark server or URL-shortening service, This server accepts a URL and a short name, check that the URL actually works (returns an HTTP 200), then store it in a Python dictionary.