portobanco51 / LittleLemonWeb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 64.8%Language:CSS 20.6%Language:HTML 14.6%