Skip to content

Backend repository for CodeBean, a code sharing website.

Notifications You must be signed in to change notification settings

beanfarmers/codebean-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeBean Backend

The backend repository for CodeBean.

Package Information

  • Kotlin 1.6.10 with JVM 11
  • Gradle 7.4.1
  • Spring Boot 2.6.6
  • Spring Data JPA
  • Querydsl 5.0.0
  • JUnit 5, AssertJ, Mockito
  • Spring REST Docs

Setup & Run

1. Build with Gradle

$ ./gradlew build

2. Run the server with .jar

$ java -jar ./build/libs/codebean-0.0.1-SNAPSHOT.jar

About

Backend repository for CodeBean, a code sharing website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages