Modtopia is a fullstack e-commerce application developed using Next.js, Tailwind CSS, shadcn, and MongoDB. It is designed specifically for selling GTA 5 mods, offering a platform for users to browse and purchase game modifications.
The application includes a comprehensive admin dashboard for managing various aspects of the platform. Admins can:
- Manage mods
- Handle categories
- Respond to contact inquiries
- Address user enquiries
- Oversee user management
Modtopia provides an intuitive interface for both buyers and sellers, ensuring a seamless mod shopping experience.
You can access the live application here: Modtopia Live
You can watch this video: Link
Follow the steps below to install and run the project locally:
-
Clone the project
Run the following command to clone the repository:git clone https://github.com/vaibhav-xp/Rexteria.git
-
Install dependencies
Navigate to the project directory and install all required packages using pnpm:pnpm i
-
Set up environment variables
Create an.env
file in the root of the project and add all the required environment variables as per the project’s setup. -
Run the application
Once the setup is complete, start the development server:pnpm run dev