Giter Club home page Giter Club logo

task-troopers's Introduction

image

Task-Troppers

Task-Troppers is a platform similar to Fiverr that connects freelancers with clients. Users can post tasks, browse freelancer profiles, and hire professionals for various services. The project is built using the MERN stack with Node.js, MongoDB, Prisma, and React.js.

Table of Contents

Features

  • Post tasks and services.
  • Browse and hire freelancers.
  • User authentication and authorization.
  • Detailed user profiles with ratings and reviews.
  • Secure payment integration.
  • Responsive design for mobile and desktop.

Technologies

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Database: MongoDB, Prisma

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • MongoDB
  • Prisma
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/task-troppers.git
    cd task-troppers
  2. Install dependencies for the backend:

    cd backend
    npm install
  3. Install dependencies for the frontend:

    cd ../frontend
    npm install

Running the Application

  1. Start MongoDB:

    Ensure MongoDB is running on your machine. You can start it using the following command:

    mongod
  2. Configure Prisma:

    In the backend folder, configure Prisma to connect to your MongoDB instance. Update the prisma/schema.prisma file with your MongoDB connection details.

  3. Run database migrations:

    cd backend
    npx prisma migrate dev
  4. Start the backend server:

    npm start
  5. Start the frontend server:

    cd ../frontend
    npm start
  6. Open your browser:

    Visit http://localhost:3000 to view the website.

Folder Structure

task-troppers/
├── backend/
│   ├── prisma/
│   ├── src/
│   ├── package.json
│   └── ...
└── frontend/
    ├── src/
    ├── public/
    ├── package.json
    └── ...

task-troopers's People

Contributors

iadarshrawat avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.