This is a Django application configured to run within a Docker container. The application uses Docker Compose for easy management of development, testing, and production environments.
Clone this repository to your local machine:
git clone https://github.com/abulaman8/accuknox-api.git
cd accuknox-api
Install the dependencies and run the application:
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Before you begin, ensure you have the following installed on your machine:
Clone this repository to your local machine:
git clone https://github.com/abulaman8/accuknox-api.git
cd accuknox-api
docker compose up
To access the API, go to http://127.0.0.1:8000/