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.
- 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.
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB with Mongoose
- Authentication: JSON Web Tokens (JWT)
-
Clone the repository:
git clone https://github.com/your-username/geargo.git cd geargo
-
Install dependencies:
npm install cd client cd ..
-
set up environment variables
PORT = Any Port number you want MONGODB_URI=your_mongodb_connection_string JWT_SECRET=your_jwt_secret_key
-
start the development server
npm run dev
-
Open your browser and go to http://localhost:3000 to experience the modern and sleek UI.