Skip to content

Commit db8a3bc

Browse files
authored
Merge pull request #8 from SEM5-MiniProject/readme
Readme
2 parents aa643a8 + 0aa9737 commit db8a3bc

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Backend
2+
23
[![Node.js CI](https://github.com/SEM5-MiniProject/Backend/actions/workflows/node.js.yml/badge.svg)](https://github.com/SEM5-MiniProject/Backend/actions/workflows/node.js.yml)
34
[![Heroku Deploy](https://github.com/SEM5-MiniProject/Backend/actions/workflows/heroku.yml/badge.svg?branch=main&event=workflow_run)](https://github.com/SEM5-MiniProject/Backend/actions/workflows/heroku.yml)
45

@@ -8,13 +9,14 @@
89

910
![Shop](./images/shop.png)
1011

12+
 
13+
14+
![Cart](./images/cart.png)
1115

1216
<b>API DOCS</b>
1317

1418
<p>https://mealdiaries.herokuapp.com/api-docs</p>
1519

16-
17-
1820
<b>Admin</b>
1921

2022
<p>https://mealdiaries.herokuapp.com/admin</p>
@@ -25,17 +27,17 @@
2527
<h4> Get Started</h4>
2628
</br>
2729

28-
```
30+
```
2931
npm install --global yarn
3032
yarn install
3133
```
34+
3235
<h4> How To Run </h4>
3336

3437
```
3538
yarn run dev
3639
```
3740

38-
3941
<h4>Commands To Spin Docker Container</h4>
4042

4143
```

images/cart.png

72.9 KB
Loading

0 commit comments

Comments
 (0)