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.
- Host: GitHub
- URL: https://github.com/vaibhav-xp/rexteria
- Owner: vaibhav-xp
- Created: 2024-09-16T15:23:56.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-23T07:14:37.000Z (3 months ago)
- Last Synced: 2025-02-23T07:30:27.838Z (3 months ago)
- Topics: ecommerce, mongodb, nextjs14, nodemailer, reactjs, shadcn, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://modtopia.vercel.app/
- Size: 4.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 managementModtopia 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
```