Skip to content

nadrojisk/flask-convert

Repository files navigation

FlaskConvert

Description

Simple Flask application that converts different bases based on user input.

Setup (Bare metal)

Ensure Python3 and Python3's Pip are installed on your system. After that install the pip dependancies required by the project

pip3 install -r requirements.txt

After that spin up the server. It should be accessible at http://localhost:5000

python3 app.py

Setup (Docker)

Ensure docker and docker-compose are on your system. Run the following command while in the root directory of the repo.

sudo docker-compose up

Runs on http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published