This is a front-end application that consumes the swapi to get Star Wars informations like people and starships. The project also has an simple API to create and auth users called starWiki-api, To run both locally, read the starWiki-api README as well.
$ git clone https://github.com/pablodamascenoo/starWiki.git
$ cd starWiki
$ npm i
Follow the .env.example to create your own .env
- run on developer mode:
$ cd starWiki
$ npm run dev
This project is also hosted at vercel, click here to check it out.