Skip to content

asheghi/TodoApp

Repository files navigation

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