Skip to content

v1.0.1

Choose a tag to compare

@chapmankyle chapmankyle released this 27 Sep 10:26
· 92 commits to master since this release
64313ce

Add

  • Continuous Integration (CI)
  • CI badge to README

Routes 馃搷

  • /
    • Accepts: GET
    • Displays a welcome message.
  • /projects
    • Accepts: GET, POST
    • Returns a list of projects (GET) or adds a project (POST)
  • /experience
    • Accepts: GET, POST
    • Returns a list of current experience (GET) or adds work experience (POST)
  • /education
    • Accepts: GET, POST
    • Returns a list of qualifications (GET) or adds a qualification (POST)