Justclass Backend App

Back-End repository for JustClass application.
Alternatives To Justclass Backend App
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jersey Jwt Springsecurity34
5 years agomitJava
Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.
Sso8
2 years agoapache-2.0Java
单点登录/认证/鉴权,以后的项目可能会用到
Openid Connect Spring Client4
6 years ago1mitJava
An OpenID Connect client using Spring Security and the Google Identity Platform.
Cerberus Spring Boot Client4
4 months agoapache-2.0Java
Spring Boot client for interacting with a Cerberus backend.
Springboot Bigquery App3
5 years agoJava
Example spring boot app leveraging google big query and downloading the results for later retrieval
Pks Workshop2
4 years ago
Pivotal Container Service Workshop Lab
Justclass Backend App2
a year ago15Java
Back-End repository for JustClass application.
Alternatives To Justclass Backend App
Select To Compare


Alternative Project Comparisons
Readme

Just Class back-end application

Info

  • Semester: 19.2A - 1933
  • Goals: Develop a classroom management application using Flutter & Spring Boot.

Techs used

  • GCP App Engine Standard.
  • GCP Firestore Native.
  • Spring Boot.

How to run project locally

Requirements

  • Must include google credentials file in project's root directory, since this project is using GCP Firestore service. Rename as key.json.
  • JDK11 and above, since this project use some features not included in JDK8 (for example, type inference var or functional method ifPresentOrElseGet, etc.).
  • Maven 3.6.3 and above.

How-to-run-locally

  • Clone the project.
  • Create GCP Firestore (Native) service, download google credentials key, rename it as key.json and place it at the root of the project.
  • Run from terminal mvn spring-boot:run

Deploy on GCP App Engine

  • Create a project on App Engine.
  • Create App Engine standard service and Firestore (Native) service, download google credentials key, rename it as key.json and place it at the root of the project.
  • Modify app.yaml located in src/main/appengine directory. Replace environment variable GOOGLE_CLOUD_PROJECT as current projectId.
  • Run from terminal mvn package appengine:deploy -Dapp.deploy.projectId=[YOUR_PROJECT_ID].
Popular Spring Boot Projects
Popular Credentials Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Spring Boot
Credentials
Gcp
Firestore