Walter0697 / StatusChecker

a simple status checking web app using nuxt3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Checker

Using Nuxt3 to develop a simple status checker web app

  • the framework is still in development and I believe this is not a best practice to use it. If there are anything changed, I will modify this web app to make it better
  • normally backend should be separated from the frontend project, but this project is just an experimental and practice project, so I combine it together.

Setup

  • to build the image at Apple Chip, use the command docker buildx build --platform linux/amd64 -t <imagename>:<tagname> .
  • to apply the migration, enter the docker container, and npx prisma migrate deploy
  • to create a new user, enter the docker container, and node inituser.ts <username> <password>

About

a simple status checking web app using nuxt3


Languages

Language:Vue 66.2%Language:TypeScript 31.6%Language:JavaScript 1.0%Language:Shell 0.5%Language:Dockerfile 0.5%Language:CSS 0.1%