Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 575 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 575 Bytes

Lap2-Code-Challenge

Installation & Usage


Installation

  • Fork and clone the repo
  • Run bash _scripts/startDev.sh in the terminal

Usage

  • Head to localhost:8080 to access client side
  • Head to localhost:3000 to access server side

Changelog

  • Set up endpoints
  • List all books in '/posts'
  • List posts details in '/books/:id'

Bugs

  • Unable to post to server

Wins & Challenges


Wins

  • Managed to get server running
  • Button text change when button is clicked

Challenges

  • Identifying syntax errors in SQL