Skip to content

Files

Latest commit

28c978a · Feb 13, 2018

History

History
6 lines (5 loc) · 476 Bytes

Part 5.md

File metadata and controls

6 lines (5 loc) · 476 Bytes

Part 5 - Where to go from here

Congratulations! You've created a functional API! Things to do now:

  • Come to our March 7 meeting over Front End web development with React/Redux and learn to make a front end for this app
  • Add password hashing capability (HINT: look at bcrypt)
  • Restrict users from accessing certain parts of the API unless they have a token (HINT: jsonwebtoken)