Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qibal/amatani

This is our second project in college in the third semester of the Informatics Engineering program, focusing on creating an e-commerce platform to sell agricultural, livestock, and fishery products.
https://github.com/qibal/amatani

agriculture nextjs15 shadcn-ui supabase supabase-auth supabase-db supabase-storage

Last synced: about 2 months ago
JSON representation

This is our second project in college in the third semester of the Informatics Engineering program, focusing on creating an e-commerce platform to sell agricultural, livestock, and fishery products.

Awesome Lists containing this project

README

        

## Tech Stack

- Next.js 15 + React 18
- Tailwind CSS + Shadcn (Rechart, Radix UI,React Hook Form, etc.)
- Supabase
- React Dropzone
- Zod

## Requirement

- Node.js 18.18+

## Getting Started

Clone this project to your local machine, and run:

```bash
npm install
```

Create a `.env` file and add the following code:

```
NEXT_PUBLIC_SUPABASE_URL=''
NEXT_PUBLIC_SUPABASE_ANON_KEY=
```

Run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Our Priority

- **Low Budget**

- Supabase: Free, $25 if you want to scale up.
- Vercel: Free, $20 if you want to scale up.

- **Technology Minimization**
- Supabase: Covers database, OAuth, and cloud file storage, everything needed for this project.
- Vercel: Used for hosting the Next.js application.