Developed two API interface using Django restframework containerized with docker-compose.
-
If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python here.
-
Install Docker-compose from here.
-
Then, Git clone this repo to your PC
$ git clonehttps://github.com/Vaibhavsaharan/AuthenticationAPI.git
-
-
Cd into your the cloned repo as such:
$ cd AuthenticationAPI -
Fire up the server using this one simple command:
$ sudo docker-compose up
-
This will run the server on the localhost http://127.0.0.1:8000/
-
