Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 595 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 595 Bytes

SWAPI

A basic web app to return data from the swapi API and filter based on home planet

Run Locally

Clone the project

  git clone https://www.github.com/mirfeder/swapi.git

Go to the project directory

  cd swapi

Install dependencies

  npm install

Install Python Virtual Environment

pip3 install virtualenv
virtualenv env
source env/bin/activate

Start the backend server

python3 app.py

Start the client server

  npx parcel index.html

Go to localhost:1234 in a browser. Application should load (it's slow)