Skip to content

mirfeder/swapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published