- Clone the repository
- Install npm
- Install go
- Install mysql database, using XAMPP is adviceable
- Create database for your animes
- Write .env file with correct database connection string. It should look like that: MARIADB_CONN="user:password@(host:port)/database_name" and paste it inside folders 'go' and 'dbloader'
- To obtain database:
- Get zip archive from repo releases
- Compile and run dbloader subproject
- Follow helper instructions to import your database
- Run 'npm install' inside the root folder
- Type 'go get' and then 'go run .' inside golang folder
- Run 'npm run start' when your setup is ready
- Enjoy your animes!!!
"THE BEER-WARE LICENSE" (Revision 42):
phk@FreeBSD.ORG wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp
Feel free to share your opinion about this small project and how it can be improved ;-). It will probably be published as a regular webpage one day.