/movie_api

https://iceyisaak.github.io/movie_api/

Primary LanguageHTML

MovieAPI: myFlixAPI

Last Updated 20210212
  1. Project Description:

    • An API that allows users to

      • Register as a User
      • Login as a User
      • Get movie details
      • Search for particular director and genre
      • Add/Removie movie to/from favourite
      • Edit User info
      • Delete User info
    • My role for this project:

      • Backend Developer (NodeJS, ExpressJS, MongoDB)
  2. How to get the project running:

    1. Import the movie collection into your MongoDB
    2. Upload the project to your hosting
    3. Enjoy :))
  3. Project Technologies & Dependencies:

    • Technologies:

      • MongoDB
      • NodeJS
      • ExpressJS
    • Dependencies:

      "bcryptjs": "^2.4.3",
      "body-parser": "^1.19.0",
      "cors": "^2.8.5",
      "express": "^4.17.1",
      "express-validator": "^6.9.2",
      "jsonwebtoken": "^8.5.1",
      "mongoose": "^5.11.15",
      "morgan": "^1.10.0",
      "passport": "^0.4.1",
      "passport-jwt": "^4.0.0",
      "passport-local": "^1.0.0",
      "uuid": "^8.3.2"
      
      
    • DevDependencies:

     "jsdoc": "^3.6.7",
     "nodemon": "^2.0.7"
    
    
  4. Link to Live project: