Skip to content

robvk/Node-test-class37

Repository files navigation

Node-test-class37

Creating a server for movies.

The app must have

  • Building up server with env.PORT || 5000.
  • Split up the code into logical files.
  • Making the status codes are always correct on status 200.
  • Allow the user to search any movie by id.
  • Allow the user to create a new movie.
  • Not letting the user interfere OR adding an idea for the new movie.
  • Having a unique id for each movie.
  • Allowed to delete a movie object using the movie id.
  • Creating a error message to guid the user if something went wrong.

Folder Structure

node_modules
controllers
  └── controller.js
__test__
└── app.test.js
src
└── data.js
router
└── app.js
babel.config.js
jest.config.js
package-lock.js
package.js
README.md
server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published