Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Javier-Machin/private-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Boost / private-events

Rails app made to showcase advanced database relations where we can:

  • Sign up new users
  • Send confirmation email (no action required)
  • Create events
  • Keep track of past and upcoming events
  • Invite other users to the events
  • Accept or decline pending invitations

The seeds include 2 example users usable to log in:

Or you can clone the repo and run:

$bundle install

$rails db:migrate

$rails db:seed

$rails server

Go to http://localhost:3000/ in your web browser


Aplicación Rails donde podemos:

  • Registrar nuevos usuarios
  • Enviar emails de confirmación (no es necesario realizar ninguna acción)
  • Crear eventos
  • Realizar seguimiento de pasados y futuros eventos
  • Invitar otros usuarios a los eventos
  • Aceptar o rechazar invitaciones

Las semillas incluyen 2 usuarios:

O puede probarla localmente:

$bundle install

$rails db:migrate

$rails db:seed

$rails server

Abra http://localhost:3000/ en su navegador