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
- Host: GitHub
- URL: https://github.com/mirsahib/kynet-app
- Owner: mirsahib
- License: mit
- Created: 2023-04-11T07:24:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T04:31:28.000Z (over 2 years ago)
- Last Synced: 2025-01-25T11:43:30.271Z (8 months ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kynet
[](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.