Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 460 Bytes

File metadata and controls

13 lines (8 loc) · 460 Bytes

Profiles REST API

NOTE: This is the old version of the code for this course. If you're taking the updated version on Udemy, then please use this source code: LondonAppDev/profiles-rest-api.

REST API providing basic functionality for managing user profiles.

Setup

Initial DB initialisation:

docker-compose run web python src/profiles_project/manage.py migrate