Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moslehazizi authored Feb 14, 2024
1 parent f5579c6 commit 7ce2203
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,17 @@ Setup

First clone the repo:

$ git clone https://github.com/moslehazizi/Elyasam_Restaurant.git

$ cd Elyasam_Restaurant
$ git clone https://github.com/moslehazizi/Elyasam_Restaurant.git
$ cd Elyasam_Restaurant

Ensure docker-compose is installed on your build system. For details on how to do this, see: https://docs.docker.com/compose/install/

Run project with:

$ docker compose up
$ docker compose up

Now open new tab in terminal and use backup db file for test the program:

$ make restore
$ make restore

You can browse program by make request with any API platform like Postman, Thunder client on VSC and etc on your local system with port 8080.

Landing page api: localhost:8080/shop

Detail service api: localhost:8080/shop/detail/:id

0 comments on commit 7ce2203

Please sign in to comment.