An Star wars view application
This is a small Star wars project that consumes SWAPI DEV API to query a variety of star wars characters
Includes features like
- View all star wars Characters
- Get Details for a single Star wars character
- Search Star war character by name
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
Node >= v 12 Project require Node Version 12 and upwards
Download Node from here
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/MuhweziDeo/star-wars.git
-
Install NPM packages for client
cd client/
npm install
-
Install NPM packages for Server
cd server/
npm install
-
Start Client and Server in different terminals
Server
cd server/
npm run start:dev
Client
cd client/
npm start
-
Access the Applications on urls
Server - http://localhost:5000/graphql
Frontend - http://localhost:3000
-
Tests
cd client/ npm run test
cd server/ npm run test
Distributed under the MIT License. See LICENSE
for more information.
Your Name - Muhwezi Deo
Project Link: https://github.com/MuhweziDeo/star-wars