/Mod2-Project-Daily-App

Flatiron SE 062220 Ruby on Rails Project

Primary LanguageRuby

README

Daily Just Call It a Day

Description: This is a website/app that will help manage aspects of your daily life.

Version 1.0 Basic features are up and running with more down the pipeline.

  • User Authentication
  • Full CRUD
  • 5 working models with active associations
  • Ruby version: 6.0.3

  • Configuration:

  • Run "bundle install" from your terminal
  • Run Rails s from your terminal
  • Database creation:
  • You may need to seed your database so do not forget to run "rails db:seed" from your terminal