Meta Back-End Developer Capstone

Coursera Meta Django

Building RESTful APIs using Django Rest Framework connected to a MySQL as part of the Meta Back-End Developer Certificate teached by Meta.

Steps to run the app

1. Install pipenv

pip install pipenv

2. Install dependencies

pipenv install

3. Make migrations

py manage.py makemigrations

4. Migrate

py manage.py migrate

5. Run the app

py manage.py runserver