Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 637 Bytes

File metadata and controls

27 lines (21 loc) · 637 Bytes

Changelog

Version 1.2.0

  • Update README
  • Put TODO for further development
  • Create users API

Version 1.1.0

  • Unit test of the users REST API
  • Create method create user
  • Unit test of the create user method in the users.js controller

Version 1.0.0

  • Release the version 1.0.0
  • Create the configure.js module
  • First unit test
  • Create a configuration file
  • Create the .gitignore file
  • Create http-server using Express.js
  • Initialisation of package npm init
  • Create the CHANGELOG.md
  • Create the README.md
  • Initialisation of git repository git init
  • Create a directory project mkdir ece-userapi-2