/string_checker

RESTful API to check if a string contains all letters of the alphabet.

Primary LanguagePythonMIT LicenseMIT

string_checker

RESTful API using Django framework to check if a string contains all letters of the alphabet. The algorithm transforms a string in a set, and then check if the set contains each letter of the alphabet.

To run the application:

python manage.py runserver

To Run the tests:

python manage.py test