Skip to content

AbdelrahmanAbounida/chat_url_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT WITH Arcafeed

Python 3.8

0- Installation

client

$ git clone [email protected]:AbdelrahmanAbounida/chat_url_bot.git
$ cd client
$ npm i 

server

$ cd ..
$ cd server 
$ pip install -r requirements.txt

.env

Create a .env file in server folder with .env.local fields

1- Running

client

$ cd client
$ npm run dev

server

$ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published