Skip to content

xarala221/consume-restfull-api-with-django

Repository files navigation

consume-restfull-api-with-django

Setup the project

git clone https://github.com/xarala221/consume-restfull-api-with-django.git
cd consume-restfull-api-with-django

Install requirements

Create a new virtual environment

virtualenv venv
source venv/bin/activate

Install packages

pip install -r requiremnts.txt

Test the application

Open your browser and go to localhost:8000

About

In this article i show you how to consume restful API with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published