/string-api-service

API service to perform string operations using Leetcode string related problem solutions

Primary LanguagePython

Please refer this link for the problem statement.

Running the app:

  1. Create and activate a python virtual environment.
  2. Run pip install -r requirements.txt to install dependent packages.
  3. Finally, run fastapi dev main.py.