Skip to content

marekzelinka/address-book-v2

Repository files navigation

Nexus

This project is a 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/nexus.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