wisdomscode / Springboot-angular-biz-solution

0 stars 0 forks source link

Tasks Executed #1

Open wisdomscode opened 3 years ago

wisdomscode commented 3 years ago

This Application was built using String Boot for backend and Angular framework for frontend. I used H2 database and set "spring.jpa.hibernate.ddl-auto=update" so it doesn't loose my data. 4 models were created business, city, menu and payment for database. I used postman to send the data to the database as I didn't create forms for them. In frontend, I used Angular 7, created 4 components: businesses, business_detail, makepayment and pay. I implemented Payment with Paypal as I had serious problems to implement with Paystack due to the version of available libraries for Angular this wasted a lot of my time.

wisdomscode commented 3 years ago

Issues created