Notes-app
Django
Python
This is web application with Django and ReactJS. You can use Notes List for recording information from different sources or to remind yourself of something.
Note has a short title and a content.
- Add
Add new Note to your list
- Delete
Delete your Note from your list
- /api/v1/notes - GET
Get all existing Notes
- /api/v1/notes - POST
Create a new Note
- /api/v1/notes/{id} - DELETE
Delete existing Note
There were used
- Django/Django-Rest-Framework to create an API.
- ReactJs to create a view