Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.24 KB

Star wars



Description

The star-wars-server is an apollo-graphql client that display star wars people and their homeworld.

It is live on Netlify .The API server is hosted on Heroku and the repo is also found on Github

Table of Contents

Technology Stack

  • TypeScript, ReactJs, apollo-graphql, styled-components - core platform and development tools
  • Jest - for unit and integration testing.

Installation

  1. Install v12.16.2 Node JS.
  2. To clone, run git clone https://github.com/cosmas28/star-wars-client.git.
  3. cd into the root of the project directory.
  4. Install yarn.
  5. Run yarn on the terminal to install dependecies.
  6. Create a .env file in the root directory of the application. Example of the content of a .env file is shown in the .env.example
  7. To start the application run yarn start.

Testing

Unit tests - Run yarn test on the terminal while within the project root directory.