Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiv-patil/marketplace
A Marketplace webapp for selling/auctioning used/new items.
https://github.com/shiv-patil/marketplace
Last synced: about 2 months ago
JSON representation
A Marketplace webapp for selling/auctioning used/new items.
- Host: GitHub
- URL: https://github.com/shiv-patil/marketplace
- Owner: Shiv-Patil
- Created: 2024-04-28T06:11:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:32:52.000Z (8 months ago)
- Last Synced: 2024-05-29T01:15:20.592Z (8 months ago)
- Language: TypeScript
- Homepage: https://marketplace-bits.vercel.app
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![some alternate text that describes the image](https://raw.githubusercontent.com/Shiv-Patil/marketplace/main/src/app/favicon.ico) Marketplace
#### A webapp for auctioning of items.---
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## How to run locally
- First, install the dependencies using `bun i`
- Populate the environment variables in a `.env.local` file.
The env template is in `.env.example`- Push the database schema to remote database using `bun run db:push`
- Finally run the development server: `bun run dev`
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.