Build a community website to find and share the best online courses, tutorials and learning paths
The backend uses Spring Boot, Spring Data REST and the database is MySQL.
Install Maven and Java 8.
Run mvn spring-boot:run
in the backend
directory and access the backend api at localhost:8080
.
One way to build a tunnel to localhost is using ngrok
. The steps are as follows:
- Install and connect your account by following instructions on https://dashboard.ngrok.com/get-started
- Run
ngrok http 8080
to create a remote accessible link.
[Swagger API yaml file](lunchball peeps v2.yaml)