Tutoras
is a mock web application for connecting students and tutors with an integrated payment service. It's built using Spring Boot, Angular and MySQL. This project can be used as an example of how to set up Spring Security with Angular.
- Download and install MySQL
- Setup the database
CREATE DATABASE tuoras_db
- Setup application.properties
spring.datasource.username=
spring.datasource.password=
- Get your Stripe API Key
- Set your
STRIPE_PUBLIC_KEY
andSTRIPE_SECRET_KEY
inapplication.properties
and inindex.html
atconst stripe = Stripe(YOUR_KEY)
- Set your
The entry point is TutorasApplication
for the back end server