https://github.com/yllvar/peptides-malaysia
evo-peptide
https://github.com/yllvar/peptides-malaysia
Last synced: 27 days ago
JSON representation
evo-peptide
- Host: GitHub
- URL: https://github.com/yllvar/peptides-malaysia
- Owner: yllvar
- Created: 2026-02-11T10:52:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T03:45:14.000Z (5 months ago)
- Last Synced: 2026-02-26T08:10:08.136Z (5 months ago)
- Language: TypeScript
- Homepage: https://evopeptides.shop
- Size: 92.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: docs/roadmap/BACKEND_PLAN_2026_02_11.md
Awesome Lists containing this project
README
# Peptides Malaysia - Evoโข
**Peptides Malaysia - Evoโข** is a premium e-commerce platform for research peptides in Malaysia. Built with React (Vite), Tailwind CSS 4, and powered by Vercel Serverless Functions + Neon Postgres.
---
## ๐ Documentation
We maintain comprehensive documentation for developers, architects, and testers.
- **[๐ Documentation Index](./docs/README.md)** - Start here!
- **[๐๏ธ System Architecture](./docs/architecture/SYSTEM_OVERVIEW.md)** - Tech stack & high-level design.
- **[๐ API Reference](./docs/api/ENDPOINTS.md)** - Endpoints, Authentication, and Schemas.
- **[๐ Database Schema](./docs/database/SCHEMA.md)** - Data models & relationships.
- **[๐งช Testing Strategy](./docs/testing/TEST_STRATEGY.md)** - How to run and write tests.
- **[๐ Integrity Loop](./docs/workflows/INTEGRITY_LOOP.md)** - Workflow protocol.
- **[๐ Deployment Guide](./docs/deployment/VERCEL_GUIDE.md)** - Production setup instructions.
---
## โก Quick Start
### 1. Prerequisites
- Node.js 20+
- NPM
- A local `.env` file (copied from `.env.example` if available, or ask the team).
### 2. Installation
```bash
npm install
```
### 3. Database Setup (Dev)
Ensure your `.env` has a valid `DATABASE_URL`.
```bash
npx prisma generate
```
### 4. Run Development Server
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser.
### 5. Run Tests
```bash
npm run test
```
---
## ๐ ๏ธ Project Structure
```plaintext
/
โโโ api/ # Backend API Routes (Vercel Functions)
โโโ src/ # Frontend React application
โโโ prisma/ # Database Schema & Migrations
โโโ public/ # Static Assets
โโโ __tests__/ # Vitest Test Suites
โโโ docs/ # Project Documentation
```
---
## ๐ License
Private & Confidential.