REST-based web service as a hub, serving user request rapidly.
- Install Python 3.9 or more recent. We need Python with Pip installed.
- Open your working directory and
git clone https://github.com/C23-PS051/api.git cd api- Create virtual environment for this service
python -m venv venv - Activate virtual environment
source venv/bin/activate(orvenv\Scripts\activatefor Windows) - Create
.envfile. Use.env.exampleas example - Create Firebase account and store the Firebase Admin SDK credentials. See
.env.example - Run ML API before running this service
python manage.py makemigrationspython manage.py migratepython manage.py runserver. Voila!