Sen CutlerData Engineer

RESTful API Using Djagno

The project called for an implementation of a RESTful API using django and django-rest-framework. This django project was designed to serve as a backend to a discography website (similar to discogs.com and musicbrainz.org). It’s backed by a Postgres database, and it mediates CRUD access to that db through 5 endpoint collections: /albums, /artists, /songs, /genres and /users. Each endpoint collection supports creation, reading, updating and deletion of records. The first four also support associating records of other types.

  • API Development

API Work · Cloud Deployment