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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,8 @@
10
10
- Install [postgreSQL](https://www.postgresql.org/) if you don't have it already and create a database ( there is also a docker compose file if you prefer using docker, just run `docker-compose up` inside the backend folder)
11
11
- Create an empty `.env` file in `/backend`, copy `/backend/.env.example` contents into it, and fill in your database username and password.
12
12
-`pnpm install`
13
-
-`npm run start:back`
14
-
-`npm run start:front` in another terminal tab
15
-
- App should now be running on `http://localhost:8080/`
13
+
-`npm run dev`
14
+
- App should now be running on `http://localhost:5137/`
0 commit comments