Make sure you have the following software installed:
- Python (version 3.6 or above)
-
Clone the repository:
$ git clone https://github.com/pranjalkar99/TunedIn.git
-
Then Install python Virtual environment:
$ python -m venv env
Activate the Virtual Environment: If you have Windows:
$ ./env/Scripts/Activate
If you have Mac/Linux:
$ source /env/bin/activate
-
Install the dependencies:
$ pip install -r requirements.txt
- Usage:
$ uvicorn main:app --reload --port 8000
Then go to /docs for proper documentations of the apis
OR
To run and create Docker(Still in testing ):
docker-compose build
docker-compose up