Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 208 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 208 Bytes

crud_app

A simple RESTful Django app with CRUD functionality. The application exposes API endpoints to CREATE, READ, UPDATE, DELETE a book from postgresql database. The Django-app is written in python3.