/eventos-1

Project 0 for UniAndes - Desarrollo de soluciones cloud

Primary LanguageRuby

Events application

This is a small application to manage events and user's login/registration.

Assumptions

This application was created using:

  • Ruby 2.5.3
  • Rails 5.2.2
  • Ubuntu 18.4

Prerequisites

  1. Install Ruby and Rails, follow this link.
  2. Install GIT, follow this link

Instructions

  1. Go to bin/ folder.

  2. Crerate database model:

rails db:migrate
  1. Run the server:
rails server
  1. Go to your favorite web browser and type:
http://localhost:3000/
  1. Enjoy.