Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 638 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 638 Bytes

iQuestions

Collection of interesting questions. This is a web application with four API endpoints made using vanilla js, express and mongodb.

TO DO:

  • Style login and register page

8/9/18:

  • Add back to index link on edit page
  • Add validation
  • Use local db as alternative db
  • Fix heroku error

8/6/18:

  • Style register and login page
  • Add back links

8/5/18:

  • Fix db bug, new collection
  • Add author to question model

8/4/18:

  • Add create and edit route

8/3/18:

  • Add user authentication
  • Create register and login page
  • Setup models and use mongoose