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

https://github.com/yllvar/peptides-malaysia

evo-peptide
https://github.com/yllvar/peptides-malaysia

Last synced: 27 days ago
JSON representation

evo-peptide

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.