-
Demo Link - https://isaac-journal-app.herokuapp.com/
-
CRUD using
rails g model Journal
for creation of models/tables. -
Devise used by
rails g devise:install
for Users' own Set of Personal Journal/Category with Tasks and Description.
git clone https://github.com/IsaacSarte/journal-app.git
-
In the root path of the app, type
bundle install
-
Next, type
npm install
-
Create the database by typing
rails db:create
-
Lastly, migrate the databse,
rails db:migrate
-
Rich Text Area form for Description
-
Mobile Responsive
-
unit test using rspec because there is a confirmation email used in devise
-
system test using rspec because of foreign keys
- PC/Laptop
- Mobile