An open API service indexing awesome lists of open source software.

https://github.com/vaibhav-xp/rexteria

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.
https://github.com/vaibhav-xp/rexteria

ecommerce mongodb nextjs14 nodemailer reactjs shadcn tailwindcss typescript

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# REXTERIA (Modtopia)

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

## Live Link

You can access the live application here: [Modtopia Live](https://modtopia.vercel.app/)

You can watch this video: [Link](https://youtu.be/xopUB6D-jEc?si=MVpvc0EJCyElr9Tl)

## Installation Guide

Follow the steps below to install and run the project locally:

1. **Clone the project**
Run the following command to clone the repository:
```bash
git clone https://github.com/vaibhav-xp/Rexteria.git
```

2. **Install dependencies**
Navigate to the project directory and install all required packages using pnpm:
```bash
pnpm i
```

4. **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.

5. **Run the application**
Once the setup is complete, start the development server:
```bash
pnpm run dev
```