Skip to content

nadecancode/ImeJi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImeJi (イメージ)

Open-Source Image Server

Also AP Computer Science Principles Create Task Annual Project

Under Development...


Credits (Backend)

Rapidoid Extremely fast web server implementation

Hikari - For fast MySQL Data Storage

TinyORM - MySQL Object Mapper

Avans - Tiny Web Servlet Implementation

Caffeine - Built-in Cache Provider

Jedis - Redis Java Implementation (Cache Provider)

Jnanoid - Random ID Generator (For Post-IDs)

fluent-json - Fluent Json Builder (I started to use this from 1 year ago <3)

Gson - Smart Json Tool

Task Chain - My first time to try this but I like this style for tasks


Credits (Frontend)

FilePond - Seems like the best file upload script for me

Doka.js - Image editor (Extension, not included in project)

jQuery - Nah

BootStrap - lol


To-Do List

  • Finish the WebApp
  • Finish the Web API
  • Prepare for the Front-End
  • Solve the authorization issue
  • Optimize the code