Skip to content

Rynav/picofinder

Repository files navigation

Picofinder

This is a public source code release for my site picofinder.

The database is not yet public, but will be soon.

Special thanks to

Technologies used:

  • 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.

Contribution

Contributions are greatly appreciated, I am open for you to improve the app.

Bug reports

If you found a bug please create an issue on this GitHub repo providing a screenshot, reproduction steps and console output.

Running dev

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Running on docker

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>

License

Copyright (c) 2023-2024 Michał (Rynav)

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

Source code for picofinder app found under https://pico.rynav.xyz

Resources

License

Stars

Watchers

Forks

Languages