Code Monkey home page Code Monkey logo

starwarsapi's Introduction

Welcome To Star Wars API

This is my Star Wars API Project. So I will walk thru the steps you must take in order to make sure you get full use out of this. Here are the steps that will be taken:

  • Installing all depedencies to give the project what it needs to run
  • Starting up the server

Lets's get started!!

Server

On the Server-Side of my application I used the following dependencies:

  • "body-parser": "^1.20.1",
  • "cors": "^2.8.5",
  • "express": "^4.18.2",
  • "node-fetch": "^3.3.0",
  • "nodemon": "^2.0.20"

These are the dependecies that I used. First we must open at terminal inside of the project folder. In order to get all of these installed we must run the following code:

npm install

This will install everything that is listed as 'dependencies' in our package.json file.

That is all that needs to be done to get the server ready to go.

Starting The Server

Now it is time to start our server. First open the terminal and type the following:

npm start

You should see the following:

Server_start

Now Star Wars API is up & running ready to give you results. Enjoy! Click Here To Go To The Homepage

© Travis D Jones 2022

starwarsapi's People

Contributors

travisdjones78 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.