A web aplication supporting concious shopping. The aplication take part in the competition "Get Noticed!“.
TODO
- Open backend directory
cd api
- Run go server
go run main.go
http://localhost:8001
- Open frontend directory
cd web
- Before first runtime use
npm install
- Run web aplication
ng serve
or simpleng s
http://localhost:4200
Running unit tests: ng test
via [Karma]
Running end-to-end tests: ng e2e
via [Protractor]
POST
/product
Create productPUT
/product/{id}
Update productGET
/product
Get products listGET
/product/{id}
Get product by idDELETE
/product/{id}
Delete product
Created by Dawid Ryłko. Check out my programming blog.