A Todo App using Node/Vue in a collaborative uni project at HTW Berlin
- Node (backend)
- Express (http server)
- MariaDB (SQL database)
- Vue@3 (spa framework)
- jest (test runner)
- pug (html template)
- eslint (linter)
npm install
Install database
yay -S mariadb
Start the server:
npm start
npm run start-prod
Start the database:
sudo systemctl start mysql
npm test
Icons