Skip to content

yu2056/OrientDbJS-Todo

Repository files navigation

Todo app

This is simple todo app that uses OrientDb database

Setup

  1. Clone repository
    git clone https://github.com/yu2056/OrientDbJS-Todo
  2. Install dependencies
    npm i
  3. Install database
    Install OrientDb Docker image.
  4. Start database
    Turn it on in Docker and create database named "mahasiswa" with class "TODO" with fields "isDone" type: boolean and "text" type: string.
  5. Start server
    npm run dev

Additional tools

  1. Tailwind - server updates tailwind.css
    npm run tailwind
  2. LiveReload - reloads browser page for you
    npm run livereload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published