Skip to content

Ygryega/MealGuru

Repository files navigation

MealGuru

AI chatbot specalized in resturants

Getting started with PostgreSQL (Windows CMD)

    psql -U postgres
    createdb mydb
    \c mydb
    GRANT ALL PRIVILEGES ON DATABASE mydb to mydb;

Troubleshoot tips

    >>>import psycopg2
    >>>psycopg2.connect("dbname=postgres user=postgres host=localhost password=oracle port=5432")

To test localy

    uvicorn main:app --reload

Test with Ngrok

    ngrok http 8000

Userfull links: Inspiration Userfull API Info Troubleshhoting Troubleshhoting Troubleshooting

About

AI chatbot specalized in resturants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published