Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andresfernandez89/marketplace-hedy-nextjs
Website marketplace about different products
https://github.com/andresfernandez89/marketplace-hedy-nextjs
firebase nextjs shadcn-ui tailwindcss typescript
Last synced: 8 days ago
JSON representation
Website marketplace about different products
- Host: GitHub
- URL: https://github.com/andresfernandez89/marketplace-hedy-nextjs
- Owner: andresfernandez89
- Created: 2024-04-18T14:41:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T15:33:57.000Z (8 months ago)
- Last Synced: 2024-11-06T17:57:20.568Z (about 2 months ago)
- Topics: firebase, nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://marketplace-hedy-nextjs.vercel.app
- Size: 44.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MARKETPLACE NEXT JS
Website marketplace about different products.
## Demo
https://marketplace-hedy-nextjs-andresfernandez89s-projects.vercel.app/
## Tech Stack
Next JS, TypeScript, Tailwind, Shadcn, Firebase.
## Run Locally
Clone the project
```bash
git clone https://github.com/hedy-calilegua/frontend-b-2024.git
```Go to the project directory
```bash
cd my-project
```Change branch
```bash
git switch grupo1-act3
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## Environment Variables
To run this project, you will need to add the following environment variables to your **`.env.local`** file
`NEXT_PUBLIC_API_URI`
`NEXT_PUBLIC_FIREBASE_API_KEY`
`NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN`
`NEXT_PUBLIC_FIREBASE_PROJECT_ID`
`NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET`
`NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID`
`NEXT_PUBLIC_FIREBASE_APP_ID`
`NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID`
## Authors
- [@andresfernandez89](https://github.com/andresfernandez89)
- [@Briantahiel](https://github.com/Briantahiel)