Note: Make sure you have docker installed
-
Start the Django application with Docker:
docker-compose up --build
-
Start Database migration:
docker-compose run web python manage.py makemigrations
-
Migrate Database Models:
docker-compose run web python manage.py migrate
-
Application will be running on :
http://localhost:8000/
Product images have been upload and stored in media/products_pics
- SQLite is the database engine for this application.
- Data have already been populated in the database
The front-end application for this application is Antique Frontend