WikiStarWars

WikiStarWars is a Python backend and React frontend to show and search StarWars characters.

Frontend

Installation

Use npm or yarn

cd frontend/starwars
yarn install

Run project

yarn run dev

Backend

Installation

Use pip3

cd backend/api
pip3 install -r requirements.txt

Docker

Run container

docker-compose up --build
`