Character Sorter for Kemono Friends
https://japari-library.github.io/kemosorter/
- Update Character List (and their Categories)
- Save/Load sorter progress
- Save/View sorter results
npm install
npm start
docker build . -t <username>/kemosorter-server
docker run -p <host port>:<PORT> -d <username>/kemosorter-server
Access backend via localhost:<host port>
DATABASE_URL: URL to MongoDB ServerSECRET: Access Key to add/modify categories/charactersPORT: (Optional) Port to host server (Default: 5000)
Work in Progress