Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 353 Bytes

swapi-react

Setup

Server

cd server, then npm start

Run localhost:8080/api on your browser, you can try localhost:8080/api/films for example !

Client

cd ../client or cd client if you're already in the root folder, then npm start

You can try localhost:3000/people/1 to see the individual page (exists for every category)