Skip to content

HamzaDams/serverNodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I created my own nodejs server for my future small project

Web API - [ ] it should have an endpoint for storing heroes' data - [ ] it should have an endpoint for retrieving heroes' data - [ ] it should have an endpoint for updating heroes' data - [ ] it should have an endpoint for deleting heroes' data - [ ] it should test when the application throws an error

  • Testing
    • Unit

      • it should test all files on the routes layer
      • it should test all files on the repositories layer
      • it should test all files on the factories layer
      • Plus
        • it should reach 100% code coverage (it's currently not possible to get code coverage metrics using only the native Node.js, see c8 for this task)
    • Integration / E2E

      • it should test the endpoint for storing heroes' data
      • it should test the endpoint for retrieving heroes' data
      • it should test the endpoint for updating heroes' data
      • it should test the endpoint for deleting heroes' data
      • it should test when the application throws an error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published