KiroDev-ScreeningTest

Kiro_test

Backend APIs for Movies library.

  1. clone the project.
  2. install NodeJS on your machine.
  3. run npm i.
  4. add config.env ex:
    • PORT=3000
    • LOCAL_DB_STR=mongodb://localhost:27017/fepDB
    • ADMINNAME=Mohamed
  5. unComment addMovies function in ".config/DBconnection.js" to instert data (don't forget to comment it back).
  6. run npm start.

APIs: