This is a Flask based Backend Application for ICC Hackathon. There are two ways to run this application.
- Without Docker
- Using Docker
- Make sure Python version >
3.9
- Make sure that latest version of pip is installed.
- Clone the Project
- Create a virtual environment (Optional but recommended)
$ python3 -m venv icc $ source venv/bin/activate
- Now go in the project directory and install requirements.
$ pip install -r requirements.txt
- Add
.env
file. - Run the project using the below command:
$ python3 app.py
- Make sure that docker is installed and configured.
- Open the Project root directory and run the below command
$ docker-compose up --build
This project by default uses port 8080