asheghi / TodoApp

todo list app which uses NeoBase as backend

Home Page:https://asheghi.github.io/TodoApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App

A simple todo application build with vue.js and NeoBase as back-end.

deployed on github, demo

Features

  • Authentication
  • Access Control
  • Create, Read, Update, Delete todos.

How to Run

  1. login to NeoBase and create a new project, for example TodoApp.
  2. create a .env file at the root of this project.
  3. add your NeoBase instance base url and project name to .env file
VITE_NB_BASE_URL=http://localhost:7585/api/
VITE_NB_PROJECT=TodoApp
  1. install dependencies
npm install
  1. run development server
npm run dev

About

todo list app which uses NeoBase as backend

https://asheghi.github.io/TodoApp


Languages

Language:Vue 65.7%Language:JavaScript 30.3%Language:HTML 1.9%Language:CSS 1.8%Language:Shell 0.4%