Skip to content

Commit

Permalink
Update README.md with instructions to run the project
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiUpadhyayula committed Aug 3, 2024
1 parent 4b903af commit 8028ddf
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,32 @@ You can watch the tutorial on Youtube here - https://www.youtube.com/watch?v=mPP

![img.png](img.png)

## How to run the application
## How to run the frontend application

Make sure you have the following installed on your machine:

- Node.js
- NPM
- Angular CLI

Run the following commands to start the frontend application

```shell
cd frontend
npm install
npm run start
```
## How to build the backend services

Run the following command to build and package the backend services into a docker container

```shell
mvn spring-boot:build-image -DdockerPassword=<your-docker-account-password>
```

The above command will build and package the services into a docker container and push it to your docker hub account.

## How to run the backend services

Make sure you have the following installed on your machine:

Expand Down

0 comments on commit 8028ddf

Please sign in to comment.