Simple setup of JSON Web Token on NodeJS
Nov 27
-- added modules.. Officegen, Async, Nodemailer.
-- added authkey, cv, education and experience models
Nov 28
-- added generate auth key..
Dec 1
-- Added new route for adding cv (cvsave.js)
Dec 2
-- Added 2 POST routes for saving CV experience and getting updated CV experience to pass in the data to angularjs (table)
Dec 5
-- Reworked the education model and user model.
-- user model, added website value on the schema
-- education model, removed start month & year, end month & year. Replaced with Start date & End Date
-- added 2 POST routes for saving CV education and getting updated CV education to pass in the data to angularjs (table)
-- Changed the '/authenticate' route, from finding the user by EMAIL to STUDENTID
Dec 6
-- Added a Skill model schema
-- Added 2 POST routes for adding a skill on the database and querying the database for updated skill and pass into the AngularJS through res.json
-- Added PHONE value on USER model schema
-- Added a POST route for updating and getting the PROFILE of the student
Dec 7
-- reworked the authentication and register. changed the error from 'console.log' to 'res.json'
-- Added back the Personal Info post route
- John Lois Frades