Skip to content

Commit

Permalink
Fix README (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelnindodev authored Mar 26, 2024
1 parent 715b878 commit 0bc22be
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,31 +166,10 @@ Run the project in development mode
bun run dev
```

Install project dependencies
```sh
bun install --frozen-lockfile
```

Add a `.env` file with the following properties:
```sh
APPLICATION_PORT=3000
BASE_URL="http://localhost:3000"
JWT_SECRET="some_jwt_secret"
POSTGRES_USER="your_local_postgres_user"
POSTGRES_PASSWORD="your_local_postgres_password"
POSTGRES_HOST="localhost"
POSTGRES_PORT="5432"
POSTGRES_DATABASE_NAME="your_local_postgres_database_name"
```

Run the project in development mode
```sh
bun run dev
```
Open http://localhost:3000/ with your browser to see the result.

##### Run Test
To run tests, use the command from `package.json`:
To run tests, use the command `setup-run-test` defined in `package.json`:
```sh
bun run setup-run-test
```
Expand Down

0 comments on commit 0bc22be

Please sign in to comment.