/ethicalchoices

Democratising the market by empowering informed purchase choices without burdensome research.

Primary LanguageTypeScriptOtherNOASSERTION

🌍 Ethical Choices 🌲

Democratising the market by empowering informed purchase choices without burdensome research.

🔗 Links

📷 Screenshots

None

🔧 Built With

🏭 Running Locally

  1. Start Docker
  2. Start Elasticsearch & Nginx (docker compose up)
  3. Start The Web Crawler (cd crawler/ && npm ci && npm start) Leave this running for some time.
  4. Start The Website (cd site/ && npm ci && npm start)

🧔 Author

Oliver Paraskos

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ or 👁‍🗨 if you like this project!

Reporting issues and Vulnerabilities

For things which are not security vulnerabilities please raise an issue with the correct corresponding label

If the vulnerability has any impact on user-data or is high severity please raise a security advisory on GitHub.

If the issue has low or medium severity and has no impact on user-data please raise an issue instead.

🆘 Troubleshooting:

docker-compose up on windows vm.max_map_count

Before running docker commands execute the following.

    # Open Powershell
    PS C:\> wsl -d docker-desktop sysctl -w vm.max_map_count=262144