- Fork and clone the repo
- Run
bash _scripts/startDev.sh
in the terminal
- Head to localhost:8080 to access client side
- Head to localhost:3000 to access server side
- Set up endpoints
- List all books in '/posts'
- List posts details in '/books/:id'
- Unable to post to server
- Managed to get server running
- Button text change when button is clicked
- Identifying syntax errors in SQL