FixNow is a comprehensive service marketplace platform designed to connect clients with skilled professionals such as plumbers, electricians, and other tradespeople. The platform offers an efficient, secure, and user-friendly experience for both clients and service providers, enabling seamless job management, secure payments, and transparent reviews.
- Professional Profiles: Showcase skills, experience, and reviews for service providers.
- Job Postings: Allow clients to create detailed job requests.
- Services: Services from the sevice providers are avialable .
- Scalability: Designed to handle a growing number of users and data efficiently.
- Frontend: Next.js with JavaScript
- Backend: Node.js with server-side rendering
- Database: [MongoDb] (MongoDB) integrated using MongoDB atlas
- Version Control: Git
- Deployment: Can be deployed on platforms like Vercel, AWS, or others
Follow these steps to set up FixNow locally:
- Node.js (v18 or higher)
- npm or yarn
- Git
-
Clone the repository:
git clone https://github.com/SHAJAR5110/FixNow-Next-js.git cd fixnow
-
Install dependencies:
npm install # or yarn install
-
Set up the database:
-
Create a mongoose instance.
-
Update the
.env
file with your database connection string:DATABASE_URL="your_neon_connection_string"
-
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and navigate to
http://localhost:3000
.
- Clients: Create an account, post job requests, and hire professionals.
- Professionals: Sign up, build a profile, and respond to job requests.
- Node.js: JavaScript runtime environment
- Next.js: React framework for building user interfaces
- React: Library for UI development
- dotenv: Environment variable management
- axios: HTTP client for API requests
- jsonwebtoken: User authentication
This project is licensed under the MIT License. See the full license text below:
MIT License
Copyright (c) 2024 FixNow
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Contributions are welcome! Please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Commit your changes:
git commit -m "Add your feature description"
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a pull request.
For questions or feedback, contact us at: shajarabbas602@gmail.com.
Thank you for using FixNow! We look forward to your contributions and feedback.