Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/qibal/amatani
- Owner: qibal
- Created: 2024-11-11T07:23:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T14:35:53.000Z (about 2 months ago)
- Last Synced: 2024-12-17T15:37:57.188Z (about 2 months ago)
- Topics: agriculture, nextjs15, shadcn-ui, supabase, supabase-auth, supabase-db, supabase-storage
- Language: JavaScript
- Homepage:
- Size: 6.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.