Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/golamsarwar96/sport-flex-app-server
Sport Flex is a sport equipment ecommerce website. The repo has server side code and API endpoints using CRUD operation.
https://github.com/golamsarwar96/sport-flex-app-server
cookie-parser cors crud-operation dotenv expressjs jwt-token mongodb nosql-database vercel-deployment
Last synced: about 4 hours ago
JSON representation
Sport Flex is a sport equipment ecommerce website. The repo has server side code and API endpoints using CRUD operation.
- Host: GitHub
- URL: https://github.com/golamsarwar96/sport-flex-app-server
- Owner: golamsarwar96
- Created: 2025-01-07T17:30:39.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2025-02-04T23:05:20.000Z (1 day ago)
- Last Synced: 2025-02-05T00:18:46.778Z (1 day ago)
- Topics: cookie-parser, cors, crud-operation, dotenv, expressjs, jwt-token, mongodb, nosql-database, vercel-deployment
- Language: JavaScript
- Homepage: https://sport-flex-server.vercel.app/
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Project Name: Sport Flex π
"Sport Flex" is your ultimate destination for all things sports. Whether youβre an athlete, a coach, or a fitness enthusiast, our website is designed to fuel your passion for sports and fitness. With a sleek and engaging interface, you can explore a variety of sections that make navigation effortless and enjoyable. From discovering top-quality sports gear and accessories tailored for every game to browsing curated categories for Cricket, Football, Hockey, and Tennis, Sport Flex has it all. Be inspired by stories of athletes and their winning moments with our products, while staying informed with insightful blogs. Sport Flex is committed to empowering athletes with premium products and a platform that celebrates the love of sports. Play your best game with Sport Flex!
## 5 Key Features Of Sport Flexπ―
β’ User can create new equipment in the server
β’ User can Show all the equipment in the ui by taking data from the server
β’ User can update specific equipment info.
β’ User can delete specific equipment from the server
β’ User data is also stored using the CRUD method.## Technology used on Sport Flex π¨π»βπ»
β’ Express
β’ MongoDB
β’ CRUD Operation
β’ Middleware
β’ Vercel## Installation
### **1. Clone the Repository**
```sh
git clone https://github.com/golamsarwar96/op-track-app-server.git
```
### **2. Install Dependencies**```sh
npm install
```
### **3. Environment Configuration**
Create a .env file in the project root and add the following environment variables```sh
# Database Configuration
MONGO_URI=mongodb://localhost:27017/sportflexDB# JWT Secret for Authentication
JWT_SECRET=your_jwt_secret_key```
### **4. Run the Project**
```sh
npm run dev
```## LIVE LINK: π
https://sport-flex-server.vercel.app/