jabirafarhath / womenTree-MERN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

womentree Web Platform

womentree is a web platform that connects women job seekers with job providers to facilitate employment opportunities. We aim to empower unskilled women by providing them jobs like babysitting, cooking, househelp, and tailoring, which allow them to become financially independent. Our web app helps working women find reliable services for tasks like childcare, eldercare, cleaning, and laundry so that they can focus on their careers without stress. womentree brings women together to support each other's professional and personal growth.

Getting Started

To get started with this project, follow the instructions below:

Prerequisites

Make sure you have the following software installed on your machine:

Installation

  1. Clone the repository using the following command:
git clone https://github.com/jabirafarhath/womenTree-MERN.git
  1. Navigate to the project directory:
cd womentree

  1. Install the dependencies:
npm install

or

yarn install

Running the App

Navigate into backend directory:

cd backend

Get your server running by following the command:

node index.js

The server will be running at http://localhost:3001.


Navigate into frontend directory:

cd frontend

To run the app, use the following command:

npm run dev

or

yarn dev

The app will be running at http://localhost:3000.

Building the App

To build the app, use the following command:

npm run build

or

yarn build

The output will be stored in the out/ directory.

Technology Stack

This project is built using the following technologies:

Backend

  • Node.js
  • Express.js
  • MongoDB

Frontend

  • Next.js
  • React
  • TailwindCSS

Contributing

Contributions are welcome! Feel free to fork the repository and submit a pull request. If you have any questions or issues, please open an issue on the repository.

License

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:JavaScript 70.5%Language:CSS 29.5%