A flexible and scalable e-commerce headless app with Django RESTapi
- Category
- Products
- Cart
- User , User Group
- Image Upload ( not configured )
• Authentication : JWT • Parallel Tasking -> Celery • Cache -> Redis • Database -> PostgreSQL
when you start locally :
sudo service postgresql start
docker run -p 6379:6379 redis
python manage.py runserver
Docker File coming soon !