From 1e931a6a141267ff6b229f7b71fa6110209c4c2d Mon Sep 17 00:00:00 2001 From: Rohit Raman Date: Wed, 24 Nov 2021 08:32:08 -0500 Subject: [PATCH] Updating data seed for local DB --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 682ff46d..01bd6326 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Once postgres is installed and running, install the required gems and then migra ```bash bundle install -bundle exec rake db:create db:migrate db:seed +bundle exec rake db:create db:schema:load db:seed ``` Install the javascript dependencies @@ -86,7 +86,7 @@ None yet. Hoping to integrate with Powerschool and Aspen for school administrat ### Javascript libraries -Esbuild is used as the javascript bundler. The javascript testing library is jest. +Esbuild is used as the javascript bundler. The javascript testing library is jest. ### css