API Installation guide:
Application Type: nodeJs
- the application will run on port http://localhost:3500
- Handling security: using JWT (jsonwebtoken)
Unit tests.
- Unit tests has be created using the "mocha library (install this globally)", "supertest library (install as devDependency)" and "should library (install as devDependency)"
- To carry out the unit test:
- (a) make sure the application is running (on port 3500)
- (b) open a new terminal and type mocha
- (c) the test will run, providing you results from the unit test.
- (d) the unit test script is found in test/test.js
Postman Documentation.
Git repository link
Developer: Name: Osaigbovo Osagie Charles, Email: [email protected].