Pasin — Tokopedia Devcamp Hackathon 2021

A hackathon project built at Tokopedia Devcamp 2021. Monorepo with a JavaScript frontend, backend API, and database initialization scripts.


Overview

Pasin was built during the Tokopedia Devcamp 2021 hackathon. The project is structured as a monorepo containing three packages: pasin-fe (frontend), pasin_be (backend API), and dbinit (database initialization scripts).

Structure

pasin/
├── pasin-fe/     # Frontend application
├── pasin_be/     # Backend API
└── dbinit/       # Database setup scripts

Tech Stack

  • JavaScript — frontend and backend
  • Node.js — backend runtime
  • SQL — database initialization
← Back to Projects