Home

Awesome

Alliance Française Maracay

This is a web application designed for Maracay's Alliance Française as part of my thesis to opt for the Information Engineering degree at Universidad Tecnológica del Centro (UNITEC) with the aim to manage the institute's administrative tasks in an efficient, quick way.

Made with ♥ by Angel Perez, from Venezuela.

Table of contents

Stack

This app was built under the following stack:

Setup

development:
  adapter: postgresql
  encoding: utf8
  reconnect: false
  database: <%= ENV['your_database'] %>
  pool: 5
  username: <%= ENV['your_username'] %>
  password: <%= ENV['your_password'] %>
  host: localhost
  port: 5432
  url: postgres://localhost/<%= ENV['your_database'] %>?pool=5

Otherwise, follow the instructions for your OS before procedding.

rvm install 2.3.0

If you don't want to install it, remove ruby '2.3.0' from the Gemfile

bundle install
rake db:setup
ruby app.rb

You can start using the app at http://localhost:4567/signin with the following credentials:

Usage

This web application lets you:

This app can be used in other Alliance Française offices where an administrative system is required or on institutions with similar needs.

Translations

This README is also available in the following languages:

Contributing

Social

You can follow me on Twitter as @AITBW