Skip to content

rodones/image-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-backend

It is written in Java 11 using Spring Boot framework. It is deployed and published with AWS Elastic Beanstalk.

Links


Setup

Environment

Requirements

  • Amazon Corretto 11
  • MySql Database
  • S3 Space

Instructions

  • Clone repository.
  • Open project with Intellij Idea and let it install maven dependencies.

Database

Naming Convention

  • Table:
    • Model: PascalCase (singular) (CompanyUser)
    • SQL: snake_case (plural) (example: company_users)
  • Column:
    • Model: camelCase (refreshToken)
    • SQL: snake_case (example: refresh_token)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages