- Update README
- Put TODO for further development
- Create users API
- Unit test of the users REST API
- Create method
createuser - Unit test of the
createuser method in theusers.jscontroller
- Release the version 1.0.0
- Create the
configure.jsmodule - First unit test
- Create a configuration file
- Create the
.gitignorefile - 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