API to create telecommunications antennas sites.
Clone the repository.
$ https://github.com/Geffrerson7/SITE-API.git
Go to the project directory.
$ cd SITE-API
Create a virtual environment.
$ virtualenv venv
Activate the virtual environment.
# windows
$ source venv/Scripts/activate
# Linux
$ source venv/bin/activate
Install the dependencies.
(env)$ pip install -r requirements.txt
Run the project.
(env) $ python main.py
And navigate to the route
http://127.0.0.1:8000/
Clone the repository
$ git clone https://github.com/Geffrerson7/SITE-API.git
Go to the project directory.
$ cd SITE-API
Run the command
$ docker-compose up
And navigate to the route
http://127.0.0.1:8000/