Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnie4k committed Dec 27, 2023
1 parent 69b8a0d commit 1ee9006
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ Technologies involved include:

## Setup Instructions

### Database
1. Install PostgreSQL on your local computer.
2. Create a database and user:
```
createdb uplift
createuser -P -s -e local
```
- This creates a database called `uplift` and a user called `local`. You will then use these when defining your environment variables.

### Virtualenv

```bash
Expand Down

0 comments on commit 1ee9006

Please sign in to comment.