Skip to content

peppineddu5/rick-morty-app

Repository files navigation

Rick and Morty App

Home Page

Character Page

Strategy

For the database creation, I had two options regarding the Rick and Morty characters:

  1. Prefetch all characters and seed the database initially.
  2. Fetch and store them in the database on demand (lazy loading).

I chose the second option because it presented a greater challenge and allowed me to extensively test different Convex functions and capabilities.

Getting Started

To run this project locally:

  1. Install dependencies:

    npm install
  2. Run the development server (frontend and backend):

    npm run dev

    This will start the Next.js frontend and the Convex backend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors