- npm install
- npm run start
There's used mongoDB as a database, you can find the configurations in the .env file.
- package.json - required packages for this APP
- app.js - main file
- mongo.js - db connection file
- .env - configurations file to keep all the global variables there, eg. db-name, APP name, etc
- models/ - All the models to work with DB
- models/iTunesData.js - iTunesData Model
- views/ - Frontend EJS files | template folder
- assets/ - client side JS files | Frontend styles and javascript files