A Software Development Security assignment. Review is a web-based application that allows customers to review menu items at a restaurant.
| Name | Recommended version(s) |
|---|---|
| Java SDK | 17 |
- Clone this project and make sure you have all dependencies
- Define Environment Variables
AUTH0_AUDIENCE=your-auth0-identifier
JWT_ISSUER_URI=your-jwt-issuer-uri
AUTH0_CLIENT_ID=your-auth0-clientid
AUTH0_CLIENT_SECRET=your-auth0-client-secret
- Run the application
mvn spring-boot:run- Go to http://localhost:8091