This is simple todo app that uses OrientDb database
- Clone repository
git clone https://github.com/yu2056/OrientDbJS-Todo - Install dependencies
npm i - Install database
Install OrientDb Docker image. - Start database
Turn it on in Docker and create database named "mahasiswa" with class "TODO" with fields "isDone" type: boolean and "text" type: string. - Start server
npm run dev
- Tailwind - server updates tailwind.css
npm run tailwind - LiveReload - reloads browser page for you
npm run livereload