Data is fetched from the SWAPI using Axios - NodeJs - Express
Three models are included -> {people , films, vehicles}
All three models are interconnected and one model can access the other two with a simple
GET request
git clone [email protected]:moinabyssinia/starwars.git
npm install
node index.js
nodemon index.js