E-book Marketplace created using Spring Boot and Angular
Explore the docs »
View Demo
·
Bugs
·
Request Feature
Tale is an online shopping system that permits a customer to submit online orders for e-books from a store that serves online customers. It allows registered users to view reviews of e-books, add them to cart and purchase them. They may also add the e-book of their choice to wish list and purchase later. Upon successful purchase, the e-books will be added to a virtual library of that particular user to be viewed/downloaded as and when required.
To get a local copy up and running follow these simple steps.
- npm
- Java
- Angular
The codes are split into 2 sections.
frontend - Angular 8 Frontend,
backend - Spring Boot Backend ,
- Clone the Tale-EbookStore
git clone https://github.com/thatgreenmario/Tale-EbookStore.git
- Inside Eclipse or STS
File -> Import -> Maven -> Existing Maven project
Then either build on the command line ./mvnw generate-resources
or using the Eclipse launcher (right click on project and Run As -> Maven install
) to generate the css. Run the application main method by right clicking on it and choosing Run As -> Java Application
.
- Navigate to backend
http://localhost:5000
-
Navigate to Frontend Folder
-
In cmd enter
ng serve
- Navigate to frontend
http://localhost:4200
- Complete Admin Dashboard
- Remove all Bugs
If you want to contribute to this project you can e-mail me - [email protected] or you can pull request.
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/thatgreenmario/Tale-EbookStore