Skip to content
@bestmods

Best Mods

Browse the best mods in gaming from many sources on the Internet! Project ran by @gamemann!

Browse the best mods in gaming from many sources on the Internet!

About This Project

An open source website made by Christian Deacon that helps users find their favorite mods all in one place! The website also includes Discord login authentication and the ability to upvote and downvote mods. Read more about us here!

Showcase

Desktop

Mobile

Road Map

A road map for the website may be found here!

Contributing

Any help from the open source community is highly appreciated on this project! We utilize the following.

Please take a look at our road map and join our Discord server for communication!

Our Community

Best Mods is ran by Christian Deacon and the The Modding Community. We have a Discord here if you want to socialize and interact with others including talented modders and content creators.

Additionally, you may also use our discussions forum here!

Social Media

Installation & Deployment

Requirements

  • PostgreSQL (unless you choose SQLite; See below)
  • Node ^14
  • NPM

Using SQLite

To use a local SQLite database, perform the following steps.

  1. In prisma/schema.prisma, replace provider = "postgresql" with provider = "sqlite".
  2. In prisma/schema.prisma, remove all instances of @db.Text because PostgreSQL and SQLite have different column definitions for string.
  3. In .env, set DATABASE_URL to file:./db.sqlite.

Installation & Running Dev Server

You may perform the following commands to run the dev web server.

# Clone respository.
git clone https://github.com/bestmods/bestmods.git

# Change directory.
cd bestmods

# Update and install NPM packages.
npm update
npm install

# Migrate database.
npx prisma db push

# Run dev server.
npm run dev

Production

To run in production, you can use the npx next build command to build the web application. Make sure to add output: "standalone" to the config variable in next.config.mjs.

With that said, you may then run node server.js.

Permissions

While this project is open source, if you use this full project publicly, please add a link back to Best Mods' website that is visible to the public user. You don't need to do this if you're using <30% of the project's code. This is to attempt to mitigate people blatantly copying the project for their own use publicly.

Credits

Pinned Loading

  1. bestmods bestmods Public

    Browse the best mods in gaming from many sources on the Internet! Project ran by @gamemann!

    TypeScript 17 5

Repositories

Showing 7 of 7 repositories
  • db-testing Public

    Analyzing Best Mods' database and query performance/optimization.

    bestmods/db-testing’s past year of commit activity
    4 1 0 0 Updated Apr 7, 2024
  • bestmods Public

    Browse the best mods in gaming from many sources on the Internet! Project ran by @gamemann!

    bestmods/bestmods’s past year of commit activity
    TypeScript 17 GPL-3.0 5 4 (1 issue needs help) 0 Updated Apr 7, 2024
  • scripts Public

    A repository that stores small scripts used with Best Mods.

    bestmods/scripts’s past year of commit activity
    Python 4 1 0 0 Updated Jan 15, 2024
  • .github Public

    Browse the best mods in gaming from many sources on the Internet! Project ran by the @modcommunity!

    bestmods/.github’s past year of commit activity
    2 0 0 0 Updated Dec 17, 2023
  • roadmap Public archive

    Best Mod's road map.

    bestmods/roadmap’s past year of commit activity
    2 0 0 0 Updated Jun 27, 2023
  • bestmods-old Public archive

    Old website for Best Mods. Made with Laravel and PHP.

    bestmods/bestmods-old’s past year of commit activity
    PHP 20 4 0 0 Updated Feb 2, 2023
  • tasks Public

    Go program that uses Cron-like tasks.

    bestmods/tasks’s past year of commit activity
    Go 8 2 0 0 Updated Jan 30, 2023

Top languages

Loading…

Most used topics

Loading…