Skip to content

khalid-faiz/meta-be-dev-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Create a .env file in the root folder

# .env
DATABASE = YOUR_MYSQL_DATABASE_NAME
USER     = YOUR_USERNAME             # default is root
PASSWORD = YOUR_MYSQL_PASSWORD
HOST     = localhost                 # or 127.0.0.1
PORT     = 3306

3. Install dependencies

pipenv install

4. Make migrations

py manage.py makemigrations

5. Migrate

py manage.py migrate

6. Run the app

py manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published