Installation
Basic Setup
The following instructions will help you install Blog Bridger in your project and have it running.
Prerequisites
- Python 3.8 or higher
- Pip
- Django Rest Framework
Installation and Setup
-
Install the package with:
-
Include the following settings in your
settings.pyfile: -
Include the following in your project-level
urls.pyfile: -
Run
python manage.py migrateto migrate the models into your database. Next, read the API reference to understand how the endpoints work. -
Create views to authenticate your users.