vikrant892/password-strength-api
0
1services:
2 - type: web
3 name: password-strength-api
4 runtime: python
5 plan: free
6 buildCommand: pip install -r requirements.txt
7 startCommand: uvicorn app.main:app --host 0.0.0.0 --port $PORT
8 