Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@

1. Clone this repository
2. From the newly cloned repo directory, run `docker-compose up --build`

> NOTE: If you get an error like this:

>"Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /tmp/rabbitmq/etc/"

>You can fix it by adding the directory in the terminal:
```
mkdir /tmp/rabbitmq/etc
```
3. Run `docker-compose ps` to see containers runnning.
4. Install dependencies with `npm i`
5. Run migration with `npx sequelize-cli db:migrate`
Expand Down