GithubHelp home page GithubHelp logo

rezende79 / timetobuy Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 426 KB

A free app for current and historical foreign exchange rates published by the European Central Bank

License: MIT License

PHP 83.44% CSS 1.85% Dockerfile 0.49% Batchfile 0.46% Shell 0.49% Twig 13.27%
symfony easyadmin exchange-rates foreign-exchange-rates php api-platform

timetobuy's Introduction

Time To Buy

A free app for current and historical foreign exchange rates published by the European Central Bank developed using the Symfony PHP Framework.

Features

  • An API endpoit at /api where is possible to manage users and groups powered by API Platform.
  • An ADMIN endpoint where administrators can manage users and groups powered by EasyAdmin.

Admin Screenshot

  • A DASHBOARD where is possible see a chart with historical foreign exchange rates information published by the European Central Bank

Dashboard Screenshot

Live

UML Diagrams

Running locally with Docker

  1. Download the project
  2. Configure the database into .env file and run:
  3. Run the commands bellow
mkdir timetobuy
cd timetobuy
git init
git remote add origin https://github.com/rezehnde/timetobuy.git
git pull origin master
docker-compose up -d --build
docker-compose run --rm composer update
docker-compose run --rm php php bin/console doctrine:database:create
docker-compose run --rm php php bin/console doctrine:migrations:migrate
docker-compose run --rm php php bin/console doctrine:fixtures:load
  1. Browser //localhost:8000

Build with

Quality assurance

  1. Run the docker commands above
  2. Download Sonarqube ZIP
  3. Unzip the files and add the bin directory to your PATH
  4. Add the project on //localhost:8080 with credentials (admin:bitnami) and get the sonar.login value
  5. Run this command line ()
c:\sonarq\bin\sonar-scanner.bat -D"sonar.projectKey=timetobuy" -D"sonar.sources=." -D"sonar.host.url=http://localhost:8080" -D"sonar.login=307ac1af6011ff310f88b806994366d32f3dfef1"

Credits

Icon by Icons8

timetobuy's People

Contributors

dependabot[bot] avatar rezende79 avatar

Watchers

 avatar

timetobuy's Issues

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.