You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,6 @@
4
4
5
5
Install dependencies with `npm install`.
6
6
7
-
## Run The Server
8
-
9
-
```sh
10
-
npm start
11
-
```
12
-
13
7
## Creating The DB
14
8
15
9
Use the `psql -U development` command to login to the PostgreSQL server with the username `development` and the password `development`. This command **MUST** be run in a vagrant terminal, we are using the PostgreSQL installation provided in the vagrant environment.
@@ -37,6 +31,12 @@ Both of these achieve the same result.
37
31
38
32
The `development` data is random. Each time we seed we expect to see different appointments.
0 commit comments