This is a public source code release for my site picofinder.
The database is not yet public, but will be soon.
- ogohogo - for his picosong song list
- Schafterawka and RB Raper Beats - for testing, reporting and actually using the tool to find songs not found earlier.
- Next.js - Frontend and backend in one project 🙏
- MUI - Beautiful components, Material-UI for the table and results page, Joy-UI for the search page.
Contributions are greatly appreciated, I am open for you to improve the app.
If you found a bug please create an issue on this GitHub repo providing a screenshot, reproduction steps and console output.
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
This app provides Dockerfile, so to build the image you just need to run:
docker build -t <image_name> .
Then run the docker container with:
docker run -p 3000:3000 -v <path_to_folder_with_database>:/picodata --name=picofinder-docker --restart=unless-stopped -d <image_name>
Copyright (c) 2023-2024 Michał (Rynav)
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.