A shopping cart application made with Ionic and Django REST framework. CRUD for users, products and comments.
Install dependencies using npm install
Run Django Server with python manage.py runserver
inside the server directory
Run Ionic with ionic serve
inside the client directory