Code Monkey home page Code Monkey logo

python-fx's Introduction

python-fx

Dummy FX REST API and website made with Python, Svelte and fixer.io.

Quickstart

You can run the application in development mode with docker-compose:

$ docker-compose up

The website is then accessible at localhost:8000. Note that by default the database won't persist on restarts.

Configuration

By default the application stores persistent data in the SQLite file ./fx.db (though the volume is not persisted in docker-compose.yaml) and a dummy API with fixed exchange rates is used instead of fixer.io.

You can change the database through the environment variable FX_DATABASE, which is SQLAlchemy database URL. If you want to use postgres or MySQL, you'll need to install their respective dependencies: asyncpg and aiomysql.

You need to set the environment variable FX_FIXER_TOKEN to your API key in order to get live exchange rates (see https://fixer.io/documentation).

Backend

The backend is a REST server implemented with FastAPI.

You need poetry to manage the project environment. You can run the backend locally with:

$ poetry install
$ poetry run uvicorn fx:app --reload

Frontend

The frontend is implemented under the webapp directory. You'll need npm or yarn to manage dependencies and building the project.

The web application is written using the Svelte framework. You can get a live-reloading development version running with npm run dev or yarn run dev.

Static files for production can be built with yarn build, the result is built under the public directory.

python-fx's People

Watchers

 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.