Giter Site home page Giter Site logo

mangaka-backend's Introduction

Mangaka World

This is the backend of an innovative mangaka publishing platform.

Different manga artists can publish their amateur/professional manga pieces.

Moreover, the artists themselves can pick soundtracks that would be playable for readers on demand.

Soundtrack addition to manga will enhance the readers experience. Readers will be able to feel, read and hear the piece exactly how the creator indended.

Remember to add the following folders and files

  1. /resources
  2. /resources/mangapages
  3. /resources/songs
  4. /resources/application.properties

Application properties file should have somewhat of a structure like this:

spring.datasource.url=jdbc:mysql://localhost:3306/manga_world
spring.datasource.username=your-username
spring.datasource.password=your-password
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL8Dialect

spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=30MB

manga.storage.location=C:/YOURUSER/mangaka-backend/mangakaworld/src/main/resources/mangapages
manga.storage.song.location=C:/YOURUSER/mangaka-backend/mangakaworld/src/main/resources/songs

# Drop and recreate the schema and tables on startup (careful, may result in data loss)        
spring.jpa.hibernate.ddl-auto=create

mangaka-backend's People

Contributors

georgiyazovaliiski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.