Skip to content
Snippets Groups Projects
Commit c2458c99 authored by Adeel Ahmad's avatar Adeel Ahmad
Browse files

Add README.md

parent 3bd96217
No related branches found
No related tags found
No related merge requests found
### Setup Steps
create virtual environment python
`python3 -m venv env`
activate virtual envirment
`source env/bin/activate`
install requirements
`pip3 install -r requirements.txt`
run server
`gunicorn -b 0.0.0.0:5000 --workers 1 --threads 100 server:app`
go to the following URL in your broswer
`http://127.0.0.0:5000/`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment