$ git clone [email protected]:AbdelrahmanAbounida/chat_url_bot.git
$ cd client
$ npm i
$ cd ..
$ cd server
$ pip install -r requirements.txt
Create a .env file in server folder with .env.local fields
$ cd client
$ npm run dev
$ cd server
$ python application.py
OR
$ cd server
$ docker compose build
$ docker compose up -d
Then u have 2 endpoints /chat and /store u can test it using postman or whatever possible as shown in the given video