API to create telecommunications antennas sites.
Clone the repository.
$ https://github.com/Geffrerson7/SITE-API.gitGo to the project directory.
$ cd SITE-APICreate a virtual environment.
$ virtualenv venvActivate the virtual environment.
# windows $ source venv/Scripts/activate # Linux $ source venv/bin/activateInstall the dependencies.
(env)$ pip install -r requirements.txtRun the project.
(env) $ python main.pyAnd navigate to the route
http://127.0.0.1:8000/Clone the repository
$ git clone https://github.com/Geffrerson7/SITE-API.gitGo to the project directory.
$ cd SITE-APIRun the command
$ docker-compose upAnd navigate to the route
http://127.0.0.1:8000/