Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsilva1 authored May 22, 2024
1 parent 818dd7b commit 1a80953
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ A summary of the libraries we use are listed below.
`nvm use`
3. Navigate to the root directory and install the dependencies.
`cd ZotMeal && pnpm install`
4. Create a .env based on the .env.example

5. To start a local Postgres container database run the `docker compose up` in the root directory.
4. To start a local Postgres container database run the `docker compose up` in the root directory.
This will automatically set up and run a test database using docker.

5. Create a .env based on the .env.example using `localhost`

6. Run `pnpm db:push` to push the schema to the docker database.

Expand Down

0 comments on commit 1a80953

Please sign in to comment.