This project is built in Python and flask framework
System Requirements:
Python=3.10.0
click==8.1.3
Flask==2.2.3
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.2
psycopg2-binary==2.9.5
Werkzeug==2.2.3
Run:
Local run:
* clone project
* make sure the database docker is up and running in localhost
* execute run.sh
if shows permission denied please give execute permission to run.sh
. ex:chmod +x run.sh
[it will create virtual environment and install the requirements]
Docker run:
* clone project.
* go to docker-files
directory. [cd docker-files]
* docker-compose build
* dcoker-compose up