From 532c759acebb4a42e1d4536923dbd7337ff64296 Mon Sep 17 00:00:00 2001 From: Ankit Date: Wed, 11 Oct 2023 21:44:19 +0530 Subject: [PATCH] Add commands to run database --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d69c9..396a8bb 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,15 @@ Install this project with: To run the project, execute the following command: -Example command: +setup database: +``` +rails db:create +rails db:migrate +rails db:seed + +``` + +start server command: ```sh rails server