To do app
To have the application working, please follow these steps:
1- Command-Line: go to your workspace directory (A directory where you have all your projects)
2- Command-Line: git clone https://github.com/learncodeutrecht/todo-app.git
3- Command-Line: cd todo-app
4- npm install express
5- npm install
6- node databaseinit.js initialize the database
7- mysql -D todoapp < dbdump -u root -p fill the database with dummy data
8- Command-Line: npm start start the server
9- Browser (like Chrome): http://localhost:8080/
If you need any help please let me know!
Happy coding! :-)