An open API service indexing awesome lists of open source software.

https://github.com/mirsahib/kynet-app

A Mern Advertisement App
https://github.com/mirsahib/kynet-app

Last synced: 7 months ago
JSON representation

A Mern Advertisement App

Awesome Lists containing this project

README

          

# Kynet

[![Netlify Status](https://api.netlify.com/api/v1/badges/7f66136d-7f70-40b7-a3eb-c1ebf9478915/deploy-status?branch=production)](https://app.netlify.com/sites/kynet-app/deploys)

Kynet is an advertisement platform that allows users to buy, sell, and exchange goods and services in a safe and efficient manner. Similar to other popular advertisement platforms like Bikroy, Kynet aims to connect buyers and sellers in a streamlined and user-friendly way.

Kynet provides a range of features that make it easy to post and search for ads. Users can create an account, post ads with images and descriptions, and browse listings by category, location, and price.

Kynet is built using the latest web technologies, including React for the frontend and Node.js for the backend.

## Getting Started

To get started with the project, follow these steps:

### Prerequisites

- Node.js v14 or higher
- MongoDB v4.4 or higher

### Installation

1. Clone the repository:

```
git clone https://github.com/mirsahib/kynet-app.git
```

2. Install the dependencies for both the client and server:

```
docker-compose up
```

## Usage

The development servers for both the client and server will start on their respective ports. The client will be available at `http://localhost:3001` and the server will be available at `http://localhost:3000`.

## Contributing

If you would like to contribute to the project, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them with descriptive commit messages.
4. Push your changes to your fork.
5. Create a pull request to the main repository with a detailed description of your changes.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.