You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run in dev mode:
export SECRET_KEY="verysecretkey"export DATABASE_URL="postgresql://yourname:yourpassword@localhost:5432/dbname"uvicorn backend.main:app
To edit database
psql -U nickname -d db -h localhost
About
Back-end repository for a simple text-to-speach web application .