Skip to content

Caruso33/rick_n_morty_coding_challenge

Repository files navigation

Rick'n Morty Coding Challenge

Based on the following instructions

Deployment is found here

Run

cp .env-example .env - fill env credentials in .env

yarn install - install dependencies

yarn dev - run development server

Deploy

npx vercel --prod $(pwd) - use vercel to deploy nextjs app

Todo

  • testing
    • route testing (next/router)
    • e2e testing
    • extend testing, unit tests / smaller components
  • github actions >> testing & deployment
  • serious auth
  • serverside graphql calls?

To consider

  • Graphql query
    • character overview: number of episodes based on episode { id } -> DB Load?
    • serversideprops vs clientside fetching?