Giter Site home page Giter Site logo

bhavyabhut / home-service-provider Goto Github PK

View Code? Open in Web Editor NEW
38.0 2.0 12.0 51.49 MB

๐ŸŒŸ Welcome to Home Service Provider! ๐Ÿš€ Join our platform to unlock exclusive services and insights. Sign up today and explore top-notch services ๐Ÿ  near you or across the globe. Discover a myriad of categories and visualize data ๐Ÿ“Š with our intuitive chart tool. Let's revolutionize the way you find services! ๐Ÿ”

Home Page: https://home-service.onrender.com/

HTML 2.08% JavaScript 91.23% CSS 6.59% Shell 0.11%
frontend backend react nodejs express antd antdesign mongodb email home-service home service final-project final-year-project heroku-deployment router tailwind tailwindcss

home-service-provider's Introduction

Final Year Project

Project Overview

The Home Service Provider project refers to the facilities-based carrier or reseller with whom the customer contracts for the provision of mobile telecommunications services. Users can create an account and log in. They can use our app's chart visualisation to find the best services near them or around the world, as well as different types of categories.ย 

Live demo

Please note: Website loading times may vary. While waiting, you can explore our new blog website platform AllBlogs.

Technology Overview

The Home Service Provider project employs a modern technology stack to deliver an efficient and user-friendly experience. Here's a brief overview of the key technologies and libraries used:

  • Frontend:

    • React: The frontend is built using React, a popular JavaScript library for building user interfaces. React's component-based architecture allows for better code organization and reusability.
    • Ant Design and Tailwind CSS: We utilize Ant Design and Tailwind CSS frameworks for UI components and styling. These frameworks provide a wide range of pre-built components and utility classes, allowing for rapid development and consistent design.
    • Recharts: For data visualization, we utilize Recharts, a composable charting library built on React components. It enables us to create interactive and visually appealing charts to present data to users.
  • Backend:

    • Express.js: The backend server is built using Express.js, a fast and minimalist web framework for Node.js. Express simplifies the process of building robust APIs and handling HTTP requests.
    • MongoDB: We use MongoDB, a NoSQL database, for storing and managing data. Its flexible schema and scalability make it ideal for handling various types of data in our application.
    • Mongoose: Mongoose is an elegant MongoDB object modeling tool for Node.js. It provides a straightforward way to define schemas and interact with MongoDB databases in our Node.js applications.
  • Other:

    • Connected React Router: This library helps in managing routing and navigation in our React application, ensuring a smooth and seamless user experience.
    • dotenv: dotenv is used for loading environment variables from a .env file, enabling better configuration management and security.

Our technology stack is carefully chosen to optimize performance, scalability, and maintainability, ensuring a seamless experience for our users.

Other library and modules

Frontend

Backend

Getting Started

  • Installation

    Use npm install or yarn install to install dependencies.

  • Start Frontend

    Use npm run start:client or yarn run start:client to start the frontend. Open http://localhost:3000 to view it in the browser.

  • Start Backend

    To start the backend server, follow these steps:

    1. Environment Setup:

      • Create a .env file in the root directory of your project.
      • Add the following environment variables to the .env file:
      PORT=5000
      DB_STRING=<YOUR_DB_STRING>
      NODE_ENV=development
      API_VERSION=/v1
      SECREATE=<YOUR_KEY>
      GMAIL=<YOUR_GMAIL>
      GMAIL_PASSWORD=<YOUR_GMAIL_PASSWORD>
      

      Replace <YOUR_DB_STRING>, <YOUR_KEY>, <YOUR_GMAIL>, and <YOUR_GMAIL_PASSWORD> with your actual database connection string, secret key, Gmail address, and Gmail password respectively.

    2. Dependencies Installation:

      • Run npm install or yarn install to install the required dependencies.
    3. Starting the Server:

      • Run npm run start:dev or yarn run start:dev to start the backend server.
      • This command will use Nodemon to watch for changes and restart the server automatically.
      • The server will be running on http://localhost:5000.

home-service-provider's People

Contributors

bhavyabhut avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

home-service-provider's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.