Skip to content

Commit

Permalink
docs: add the database port on readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hafez24 authored Feb 27, 2022
1 parent 176e336 commit 58c9a6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Storefront Backend Project
#### Table of Contents
- [Introduction](#introduction)
- [Technology Stack](#technology-stack)
Expand Down Expand Up @@ -95,7 +96,8 @@ Use this command to run the app in watch mode.
```
npm run watch
```
- The app will run on port 3000 | `localhost:3000`
- The app will run on port `3000` | `localhost:3000`
- The database will run on port `5432`
________________________________________________________________________________________________________________________________
### Testing
Use this command to run the unit tests with jasmin.
Expand Down

0 comments on commit 58c9a6e

Please sign in to comment.