Code Monkey home page Code Monkey logo

assembleiaonline's Introduction


Assembléia Online

A system for managing online condominium assemblies.

GitHub top language Made by Repository size GitHub last commit

About the project   |    Technologies   |    Getting started   |    Developers


💡 About the project

  • This project is about a system for managing condominium assemblies, in which residents (users) can register, through a pre-registration, and vote on assembly topics. The system also provides an option for the user to view the voting history of the assembly, in addition to having an administrative part, which manages the system.

  • Deploy: https://assembleia-online.herokuapp.com

  • You can login with the user account: Email: [email protected], Password: 123456.

🚀 Technologies

Technologies that were used to develop this project

💻 Getting started

Requirements

Install Ruby

$ rvm install 2.6.5

Install Bundler

$ gem install bundler

Install Gems

$ bundle install

Install PostgreSQL

# Ubuntu
$ sudo apt-get install postgresql postgresql-contrib libpq-dev

# MacOS
$ brew install postgresql

# To make it easier to manage your development databases,
# create a PostgreSQL user with the same name as your OS user
$ sudo -u postgres createuser -rds <username>

# Then, create a database with the same name as your user
$ createdb <username>

# Finally, you can access the PostgreSQL console with the psql command
$ psql
psql (9.4.2)
Type "help" for help.

user=#

Install node_modules dependencies

$ yarn install

Run the migrations

$ rails db:create db:migrate db:seed

# Or simply run the rake task
$ rails dev:setup

Run the server

$ rails server

👦 Developers


🌟 Extras

assembleiaonline's People

Contributors

johnggli avatar pvfm avatar xispituao avatar

Watchers

 avatar  avatar  avatar

Forkers

joviso jose-rgb

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.