Skip to content

Commit

Permalink
Added Screenshot
Browse files Browse the repository at this point in the history
Added Screenshot for readme
  • Loading branch information
takshch authored Aug 2, 2020
1 parent e7d4230 commit 4358bbd
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Crud-App-MERN

API ENDPOINTS:
## Description
This is CRUD Web App built with MERN Stack

1. "/items" -- to fetch all items
2. "/add" -- to add new item
3. "/update" -- to edit price of item with id
4. "/delete" -- to delete item
this is final
## Screenshot
- ### Desktop View
![Screenshot of Crud-App-MERN in Desktop View](/readme_files/desktop.png)
- ### Mobile View
![Screenshot of Crud-App-MERN in Mobile View](/readme_files/mobile.png)

## API ENDPOINTS:
1. "/items" -- to fetch all items
2. "/add" -- to add new item
3. "/update" -- to edit price of item with id
4. "/delete" -- to delete item

0 comments on commit 4358bbd

Please sign in to comment.