UlisesVillanueva / chewbacca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
`

About


Languages

Language:JavaScript 61.2%Language:Python 31.1%Language:CSS 4.7%Language:HTML 2.6%Language:Dockerfile 0.4%