Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.