A mobile app made with Ionic and Django REST framework that allows you to create, delete and edit notes. Inspired by google keep.
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