Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

cinemix/cinemix-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinemix

Technology stack for backend

  • Java 11
  • Maven
  • Spring 2.2.5
  • SpringBoot 2.2.5
  • Heroku for production environment with PostgreSQL database
  • JWT for authorization
  • H2 Database for local development
  • Lombok
  • Spock (with Groovy) for testing
  • MapStruct
  • JUnit

Local development

Run command in project dir:

  • For Windows:
mvnw.cmd spring-boot:run
  • For Linux:
./mvnw spring-boot:run

Sonarcloud

Sonarcloud link: https://sonarcloud.io/dashboard?id=cinemix_cinemix-backend App is analysed by Sonar on every pull request to develop. This was achieved using Github Actions.

Live App

Live app with Frontend: https://cinemix.ga

REST EndPoints on internet:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages