Skip to content

Geffrerson7/SITE-API

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published