This is an e-commerce gaming website where users can browse and purchase games. The platform is designed to provide a seamless experience for both users and administrators.
Tech Stacks------>
For Frontend:
HTML Tailwind CSS React VITE
For Backend:
Node.js MongoDB
Features------>
User Features:
Browse Games: Users can explore a wide range of games available on the platform.
Purchase Games: Users can add games to their cart and complete the purchase.
Authentication: Users can register and log in to the platform. Authentication is handled using JSON Web tokens for secure communication.
Admin Features:
Add New Games: Admins can add new games to the database, including details such as title, description, and pricing.
Update Existing Games: Admins can modify details of existing games, ensuring accurate and up-to-date information.
Delete Games: Admins have the ability to remove games from the database when necessary.
Setup Instructions------>
Frontend:
Navigate to the frontend directory. Install dependencies: 'npm install' Run the development server: 'npm run dev'
Backend:
Navigate to the backend directory. Install dependencies: 'npm install' Start the server: 'npm start'
Database (MongoDB):
Ensure MongoDB is installed and running. Connect the backend to your MongoDB instance.
Contributors------>
This project is developed by the following contributors:
Tapish Agrawal - fw27_177
Priya Patole - fw26_030
Deepshikha - fw27_069
Neha Singh - fw25_310