Skip to content

Geargo: MERN stack and Tailwind CSS web app for seamless exploration and shopping of sports equipment and apparel.

License

Notifications You must be signed in to change notification settings

jayantghadge/GearGo

Repository files navigation

GearGo - Sports Equipment and Apparel Store

Geargo is a modern web application for a sports equipment and apparel store, built using the MERN stack (MongoDB, Express.js, React, and Node.js) along with Tailwind CSS for a sleek and responsive user interface.

Features

  • User Authentication: Secure user authentication using JWT (JSON Web Tokens).
  • Product Catalog: Explore a wide range of sports equipment and apparel.
  • Shopping Cart: Easily add products to the cart and proceed to checkout.
  • Modern and Sleek UI: Designed with Tailwind CSS for a visually appealing user interface.

Technologies Used

  • Frontend: React.js, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB with Mongoose
  • Authentication: JSON Web Tokens (JWT)

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/geargo.git
    cd geargo
  2. Install dependencies:

    npm install
    cd client
    cd ..
  3. set up environment variables

    PORT = Any Port number you want
    MONGODB_URI=your_mongodb_connection_string
    JWT_SECRET=your_jwt_secret_key
  4. start the development server

    npm run dev
  5. Open your browser and go to http://localhost:3000 to experience the modern and sleek UI.

Contributing

Contributions are welcome! Feel free to open issues or pull requests for improvements.

About

Geargo: MERN stack and Tailwind CSS web app for seamless exploration and shopping of sports equipment and apparel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published