Star Wars Starships

This project is a small applictaion that represent the data about the Starships from Star Wars movies.

To run this project we need first to install the dependencies for our project

npm install

Now to start the project we have to run this command in the terminal of this project

npm start

Finally to run the tests for this project we will have to run the next command

npm test