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.neon
to point to your database
- Change settings in
-
Navigate to the "todo-front" folder
- Change the
VUE_APP_BACKEND_URL
path in the ".env" file to point to<YOUR_WEB_URL>/todo-app/www/todo
on your web server yarn
yarn serve
- Change the