Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 471 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 471 Bytes

PHONE-NUMBER-ALLOTMENT-SYSTEM

Terminal commands

Note: make sure you have pip and virtualenv installed.

Initial installation: make install

To run test: make tests

To run application: make run

To run all commands at once : make all

Viewing the app

Open the following url on your browser to view swagger documentation
http://127.0.0.1:5000/

Setting up using Docker

docker-compose build
docker-compose up -d