Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 977 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 977 Bytes

made-with-express made with you made with you made with you

Welcome to the Universe of Star Wars!

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

To clone this repo

git clone [email protected]:moinabyssinia/starwars.git

To install dependencies needed to run the app

npm install 

To start the app

node index.js 
nodemon index.js

App is deployed on Heroku - Take me there