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

https://github.com/buildwithcode888/agrotree


https://github.com/buildwithcode888/agrotree

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# DJ Pepe NFT Marketplace

This is a NFT Marketplace powered by Generative AI for creating NFT assets using Stable Diffusion, DALL-E and Midjourney.

https://github.com/user-attachments/assets/79923f0a-3a58-43a0-b217-c884c5da3007

## Technologies Used

-Frontend

- [Next.js 14](https://nextjs.org/docs/getting-started)
- [NextUI v2](https://nextui.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Framer Motion](https://www.framer.com/motion/)

-Backend

- [Node.js](https://nodejs.org/)
- [Express.js](https://expressjs.com/)
- [postgres](https://www.postgresql.org/)
- [subgraph](https://thegraph.com/)

-Smart Contract

- [solidity](https://docs.soliditylang.org/en/v0.8.17/)
- [hardhat](https://hardhat.org/)

### Install dependencies

You can use one of them `npm`, `yarn`, `pnpm`, `bun`, Example using `npm`:

```bash
npm install
```

### Run the development server

```bash
npm run dev
```

### Setup pnpm (optional)

If you are using `pnpm`, you need to add the following code to your `.npmrc` file:

```bash
public-hoist-pattern[]=*@nextui-org/*
```

After modifying the `.npmrc` file, you need to run `pnpm install` again to ensure that the dependencies are installed correctly.

## License

This project is licensed under the MIT License.

Feel free to use this format and customize it for your specific project needs! Let me know if you need further tweaks.