Implement ecommerce api, just backend apis
- Run
chmod +x entrypoint.shto makeentrypoint.shcan be executable. docker compose up -dto run containers and go to127.0.0.1:8000to test all apis.docker compose exec web python manage.py makemigrationsto make a migration for all changes.docker compose exec web python manage.py migrateto apply all migrations to database.docker compose exec web python manage.py createsuperuserto createadmin.docker compose exec db psql --username={dbusername} --dbname={databasename}to interact with database.
- Build comment feature to rating products.
- Add zalopay to payment method.
- Build front-end.
- Build chat service.