Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Moiman authored Feb 19, 2024
1 parent 3ebb68b commit 8bcfd5f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,31 @@ This project was made as group project that was part of Buutti Trainee Academy's

## How to run project locally<a name="install"></a>

To run only database in docker run following command:
### Docker compose
To run application with docker compose:

````
copy .env.example to .env
docker-compose up --build
````

and start backend on ./backend by following command:
### or locally with npm:
backend:

````
cd backend
cp ..env.example .env
npm install
npm run dev
````

frontend:

````
cd frontned
npm install
npm run dev
````
## Deployment<a name="deployment"></a>

Project Manager App is deployed to Microsoft Azure: Cloud Computing Services.
Expand Down

0 comments on commit 8bcfd5f

Please sign in to comment.