Skip to content

Lamerchun/rickandmorty

Repository files navigation

main build and deploy branch build

Rick and Morty

This excercise implements a simple client / server for The Rick and Morty API. Both REST and GraphQL are implemented for a simple character search by name.

Technology used

This project is build with Vue3, vitejs, tailwindcss v3 and .NET 6.0

Setup with Windows + Visual Studio 2022

  • run npm update in /App.Server/_Client to install npm packages
  • run /App.Server/_Client/export-cert.cmd to export local IIS certificate for use with the vitejs dev server
  • run dev.cmd to startup vue client with vitejs from the Visual Studio Developer-PowerShell
  • start project in Visual Studio