Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 863 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 863 Bytes

Notes List

Notes-app Django Python

Project Description

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.

Interface

Note has a short title and a content.

It already shows you all your existing Notes or tell you if there're no Notes

  • Add

Add new Note to your list

  • Delete

Delete your Note from your list

API

  • /api/v1/notes - GET

Get all existing Notes

  • /api/v1/notes - POST

Create a new Note

  • /api/v1/notes/{id} - DELETE

Delete existing Note

Technology stack

There were used

  • Django/Django-Rest-Framework to create an API.
  • ReactJs to create a view

Preview

Screenshot from 2023-01-18 13-32-56