Made with Vue.JS + Nette API
-
Import "todos_db.sql" into your database
-
Move the "todo-app" folder to your web server (htdocs folder)
- Change settings in
todo-app\app\config\local.neonto point to your database
- Change settings in
-
Navigate to the "todo-front" folder
- Change the
VUE_APP_BACKEND_URLpath in the ".env" file to point to<YOUR_WEB_URL>/todo-app/www/todoon your web server yarnyarn serve
- Change the