Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaje94/auto-marketplace
A global vehicle marketplace monorepo built with Next.js for the frontend and Go for the backend, utilizing gRPC for communication, Kubernetes for deployment, and Xata for data storage.
https://github.com/kaje94/auto-marketplace
auth0 daisyui go grpc helm kubernetes next14 nextjs nx online-marketplace playwright react server-components storybook tailwind tailwindcss typescript xata
Last synced: 9 days ago
JSON representation
A global vehicle marketplace monorepo built with Next.js for the frontend and Go for the backend, utilizing gRPC for communication, Kubernetes for deployment, and Xata for data storage.
- Host: GitHub
- URL: https://github.com/kaje94/auto-marketplace
- Owner: kaje94
- License: mit
- Created: 2023-05-13T02:08:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T08:57:10.000Z (about 2 months ago)
- Last Synced: 2024-10-11T01:56:10.772Z (25 days ago)
- Topics: auth0, daisyui, go, grpc, helm, kubernetes, next14, nextjs, nx, online-marketplace, playwright, react, server-components, storybook, tailwind, tailwindcss, typescript, xata
- Language: TypeScript
- Homepage: https://targabay.com
- Size: 16.1 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Auto Marketplace
This repository contains the source code for the Auto Marketplace project, a seamless and intuitive platform for buying and selling vehicles online.
![](https://api.checklyhq.com/v1/badges/checks/d8ee5b92-7ff0-4809-9cc4-405274b5411b?style=flat&theme=default)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kaje94_auto-marketplace-client&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=kaje94_auto-marketplace-client)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=kaje94_auto-marketplace-client&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=kaje94_auto-marketplace-client)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=kaje94_auto-marketplace-client&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=kaje94_auto-marketplace-client)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=kaje94_auto-marketplace-client&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=kaje94_auto-marketplace-client)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=kaje94_auto-marketplace-client&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=kaje94_auto-marketplace-client)## Features
1. **Free Vehicle Listings**: List your vehicle for free on our platform. Reach a wide audience of potential buyers without any cost.
2. **Advanced Search Filters**: Easily find the vehicle that suits your needs with advanced search filters. Filter by make, model, year, price range, and more.
3. **Subscription and Notifications**: Subscribe to specific criteria and receive notifications whenever new listings matching your interests are added. Stay informed without constantly checking the platform.
4. **Simple and Intuitive User Experience**: We prioritize a clean and user-friendly design to ensure a straightforward experience for both buyers and sellers. Navigate through the platform with ease.
## Tools and Technologies
- **Web Application**: [Next.js (App Router)](https://nextjs.org/docs/app/building-your-application/routing), [TypeScript](https://www.typescriptlang.org/), [Tailwind CSS](https://tailwindcss.com/) & [DaisyUI](https://daisyui.com/)
- **Backend (API service & cron jobs)**: [Go](https://golang.org/)
- **API**: [gRPC](https://grpc.io/)
- **Data Store**: [Xata](https://xata.io/)
- **Authentication**: [Auth0](https://auth0.com/)
- **Deployment**: [Kubernetes](https://kubernetes.io/), [Helm](https://helm.sh/), [ArgoCD](https://argoproj.github.io/argo-cd/), [Dockerhub](https://hub.docker.com/)
- **E2E Testing**: [Playwright](https://playwright.dev/)
- **Infrastructure**: [AWS SES](https://aws.amazon.com/ses/), [AWS S3](https://aws.amazon.com/s3/)
- **Other Tools**: [Pulumi](https://www.pulumi.com/), [React-email](https://www.npmjs.com/package/react-email), [ImageKit](https://imagekit.io/), [NX](https://nx.dev/), [Tilt](https://tilt.dev/), [Devbox](https://www.jetify.com/devbox), [Storybook](https://storybook.js.org/), [Thumbhash](https://github.com/evanw/thumbhash)## Running Locally
You can run the application locally either using Kubernetes or by running commands directly. Follow these steps:
### Prerequisites
1. **Set Up Infrastructure**: Follow the [Pulumi guide](/libs/pulumi/README.md) to create the necessary infrastructure.
2. **Initialize Xata**: Follow the [Xata guide](/libs/xata/README.md) to set up Xata.
3. **Create .env File**: Use the values from the previous steps to create a `.env` file based on the [.env.example](.env.example) file in the root of the repository.
4. **Load Environment Variables**: Install [direnv](https://direnv.net/) and run `direnv allow` to load the `.envrc` or `.env` file.
5. **Install Devbox**: Install [Devbox](https://www.jetpack.io/devbox/) and run `devbox shell` to install the required packages and tools. (Optionally, install the [Devbox VSCode extension](https://marketplace.visualstudio.com/items?itemName=jetpack-io.devbox) if you use VSCode).#### Running with Kubernetes
1. **Set Up Docker and Kubernetes**: Make sure your Docker daemon and a local Kubernetes node (e.g., [Minikube](https://minikube.sigs.k8s.io/docs/), [Rancher](https://rancher.com/)) are running.
2. **Start Application**: Install [Tilt](https://tilt.dev/) and Run `tilt up` to deploy Targabay within local Kubernetes.#### Running with Commands
1. **Install Dependencies**: Run `pnpm i` to install the dependencies.
2. **Start Application**: Run `pnpm dev` to start the API server and web app in development mode.
3. **More Scripts**: Check the [package.json](package.json) for other available scripts.## Contributing
We welcome contributions! If you'd like to contribute to the code or have questions about the project, please follow our [contribution guidelines](.github/CONTRIBUTING.md).
## License
This project is licensed under the [MIT License](LICENSE).
## Contact
If you have any questions or feedback, feel free to reach out to us at [[email protected]](mailto:[email protected]).