Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ollysun/ebooking
Ebook Project to register your book details.
https://github.com/ollysun/ebooking
angular-state angular6 spring-boot spring-jpa swagger-ui
Last synced: 5 days ago
JSON representation
Ebook Project to register your book details.
- Host: GitHub
- URL: https://github.com/ollysun/ebooking
- Owner: ollysun
- Created: 2019-12-23T12:28:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:10:10.000Z (about 2 years ago)
- Last Synced: 2024-12-04T15:18:03.211Z (2 months ago)
- Topics: angular-state, angular6, spring-boot, spring-jpa, swagger-ui
- Language: Java
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ebooking
Ebook Project to register your book details.To run the backend. go to the book directory.
Type mvn spring-boot:run. After the project run:The project run on this endpoints:
# POST https://localhost:8090/books
# GET ALL https://localhost:8090/books
# GET by ID https://localhost:8090/books/1The backend run on H2 database. to get the console interface for database.
# http://localhost:8090/h2-console. It has no configure credential just login.
# For swagger:
http://localhost:8090/swagger-ui.html#/#The front end application: navigate to /book-client. Type npm i on your terminal
This will install the node packages. Then , type ng serve to build the project
# To see the frontend: https://localhost:4200