Giter Site home page Giter Site logo

paucabral / florida-men-iptool Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 42 KB

An IP Tool which fetches information from IP API.

Home Page: https://floridamen-iptool.herokuapp.com/

License: MIT License

Python 27.89% HTML 71.00% Dockerfile 0.73% Shell 0.37%

florida-men-iptool's Introduction

Florida Men IP Tool

This IP Tool (developed by the Florida Men team) is a web application that shows public IPv4/IPv6 information from the information fetched from IP API.


For easy access, a version of this project is deployed on *Heroku* and can be accessed from the URL: https://floridamen-iptool.herokuapp.com/

Developers

  • Cabral, Jose Paulo C. - Frontend, Operations
  • Licas, Janrey T. - Backend, QA
  • Lopez, Joshua Albert T. - Backend, QA

Dependencies

Host Machine running Linux with the following packages installed:

  • Docker
  • Python 3 with Pip

Notes

To ensure that all functionalities are working before deployment, unit tests were provided. These are present in the tests directory and can be executed using the command below, preferably, inside a virtual environment (substitute python with python3 and pip with pip3 if the default Python installed is still Python 2).

$ pip install -r requirements.txt
$ cd tests/
$ python -m unittest

To deploy, simply execute the command below from the root project directory.
$ bash deploy.sh

Note: Make sure that the Dockerfile is present in the root project directory.

Directory Structure

This project consists the following files and follows the directory structure below.

florida-men-iptool/
├── api.py
├── app.py
├── deploy.sh
├── Dockerfile
├── LICENSE
├── __pycache__
│   └── api.cpython-38.pyc
├── README.md
├── requirements.txt
├── templates
│   ├── 404.html
│   └── index.html
└── tests
    ├── README.md
    ├── test_api.py
    └── tests_backend.py

florida-men-iptool's People

Contributors

paucabral avatar codexlink avatar joshualopez0378 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.