readme-logo

Star wiki

Built With

Description:

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.

Instalation:

$ git clone https://github.com/pablodamascenoo/starWiki.git
$ cd starWiki
$ npm i

Follow the .env.example to create your own .env

Usage:

  • run on developer mode:
$ cd starWiki
$ npm run dev

This project is also hosted at vercel, click here to check it out.