Welcome to the Jose Madrid Salsa developer docs — explore features, APIs, and deployment guides.
Jose Madrid SalsaJMS Docs

Getting Started

Set up your Jose Madrid Salsa development environment

Prerequisites

Before you begin, make sure you have Node.js 24 LTS, npm, PostgreSQL, and Git installed on your machine.

Quick Start

Environment Setup

Follow the Environment Setup Guide to configure your development environment with all required API keys and credentials.

Database Setup

Initialize your PostgreSQL database using the Database Guide. The platform uses Prisma as the ORM with Neon serverless Postgres.

Database setup
npx prisma migrate dev
npx prisma db seed

Install & Run

Terminal
npm install
npm run dev
Terminal
pnpm install
pnpm dev

The application will be available at http://localhost:3000.

Core Directories

layout.tsx
package.json
next.config.mjs
tailwind.config.ts

Next Steps

Authentication Providers

The platform supports Google, GitHub, Facebook, and Apple OAuth in addition to email/password credentials. You'll need to configure OAuth app credentials for each provider you want to enable. See the OAuth Setup Guide for details.

How is this guide?

Edit on GitHub

Last updated on

On this page