Django based Ecommerce site for books.
docker-compose upcommand and everything will be set.- register the database server with pg admin to show data. Enter hostname same as the name of database service name set on docker-compose
- create a superadmin to access as admin and modify data.
- use command
python manage.py loaddata data_collection.jsonto load existing json data into database.