Geffrerson7 / SITE-API

API to create telecommunications antennas sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SITE-API

Description

API to create telecommunications antennas sites.

Local Installation

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/

Project installation in Docker

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/

Technologies y programming languages

Author

About

API to create telecommunications antennas sites


Languages

Language:Python 95.9%Language:Dockerfile 4.1%