Skip to content

OmLandge/EasyDoPro

Repository files navigation

EasyDoPro

EasyDoPro is a modern task management platform that connects people who need tasks completed with skilled helpers. Whether you need help with household chores, professional tasks, or specialized work, EasyDoPro makes it easy to find the right person for the job.

Features

  • Task Posting: Easily create and post tasks with descriptions, budgets, and deadlines
  • Helper Matching: Connect with skilled helpers based on your task requirements
  • Secure Authentication: Built-in user authentication and authorization
  • Responsive Design: Works seamlessly on desktop and mobile devices
  • Real-time Updates: Stay informed about your task status

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js 18.0 or later
  • npm or yarn
  • PostgreSQL (or your preferred database)
  • Git

Getting Started

  1. Clone the repository

    git clone https://github.com/OmLandge/EasyDoPro.git
    cd easydopro
  2. Install dependencies

    npm install
    # or
    yarn
  3. Set up environment variables

    • Copy .env.example to .env.local
    • Update the environment variables with your configuration
  4. Set up the database

    cd db
    npx prisma migrate dev
    npx prisma generate
  5. Run the development server

    npm run dev
    # or
    yarn dev
  6. Open http://localhost:3000 in your browser

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Om Landge - omlandge0000@gmail.com

Support

If you find any issues or have suggestions for improvement, please open an issue on the GitHub repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published