Skip to content

Commit

Permalink
Merge pull request #46 from Enning94/required-changes
Browse files Browse the repository at this point in the history
Add commands to run database
  • Loading branch information
ankitt26 authored Oct 11, 2023
2 parents de10ec2 + 532c759 commit 81d532b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81d532b

Please sign in to comment.