/profiles-rest-api

Source Code for REST API course

Primary LanguagePythonMIT LicenseMIT

Recipe App API

RESTful APIs of a Profiles app based on Mark Winterbottom's course on Udemy:

Build a Backend REST API with Python & Django - Beginner

What I Learned

  • Developed RESTful APIs of a Profiles app using Django REST framework
  • Used SQLite database with Django
  • How to create a local development server from scratch using Vagrant