Skip to content

marekzelinka/personal-crm

Repository files navigation

Personal CRM

This project is a small but feature-rich personal CRM. It's written in TypeScript, using Remix, React.js and Tailwind CSS. I've deployed this project on Fly.io.

Get started

  1. Clone the repository:

    git clone https://github.com/m-zelinka/personal-crm.git
  2. Install the dependencies:

    pnpm i
  3. Define required env variables:

    • Copy the template contents in .env.example to a new file named .env and fill all the required fields.
  4. Run the application in dev mode:

    pnpm dev

Goals

Practice working with Remix data loadings APIs and Prisma ORM.

Credits