Skip to content
Snippets Groups Projects
Commit 26996619 authored by Ådne Mauno's avatar Ådne Mauno
Browse files

Update README.md

parent 75c43dfa
Branches
No related tags found
No related merge requests found
......@@ -23,4 +23,21 @@ What is ElectroMart?
## Deployment
- This service can be hosted locally on a computer after running.
- After running the service on your computer you can access it through localhost with port: 8080
- http://localhost:8080/
\ No newline at end of file
- http://localhost:8080/
## Services being provided
- Homepage
- http://localhost:8080/ Method = ["GET"]
- category
- http://localhost:8080/category Method = ["GET"]
- http://localhost:8080/category/<string:category_name Method = ["GET"]
- Login
- http://localhost:8080/login Method = ["POST"]
- Logout
- http://localhost:8080/logout Method = ["POST"]
- Register
- http://localhost:8080/Register Method = ["POST"]
- product
- http://localhost:8080/Product Method = ["GET"]
- http://localhost:8080/product/search/<string:search> Method = ["GET"]
- http://localhost:8080/product/<int:product_id> Method = ["GET"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment