Skip to content

ollysun/ebooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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:

The 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