diegotoral / cnab-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNAB Explorer

CNAB Explorer is web application built on Ruby on Rails and a bit of Vue.js intented to make easy explore contents of CNAB files.

CNAB Explorer is built on

  • Ruby 2.5
  • Ruby on Rails 5.2.1
  • PostgreSQL
  • Vue.js 2
  • Bulma

Getting Started

Requirements

Before proceeding make sure you have all the following softwares correctly installed:

  • Git
  • Ruby 2.5.1
  • Docker
  • docker-compose
  • Bundler

Setup

Getting up and running is pretty easy and standard if you're running Docker and docker-compose. Follow the 3 steps bellow to get the project setup in your development machine.

  1. Get all services up with docker-compose
$ docker-compose up -d
  1. Install dependencies and configure database
$ bin/setup
  1. Start the server and have fun
$ bin/rails s

ToDo

  • Deploy to Heroku
  • Setup Travis CI
  • Setup Coveralls and add badges to README.md
  • Rename importations table to cnabs (importation is a really bad name)
  • Properly handle importation/processing errors on front-end (throught websockets)
  • Update bin/setup to generate .env.development.local and .env.test.local files so developer don't have to do it himself đź’…

About


Languages

Language:Ruby 66.8%Language:HTML 16.2%Language:JavaScript 11.8%Language:Vue 3.9%Language:CSS 1.3%