Project | Technologies | How to use | License
The objective for this project was the development of a frontend to train and test skills.
- Next.js on frontend and Styled Components to more beautiful interface.
- Node.js v12+ installed
- npm or yarn 💞
# First, clone this repository:
git clone https://github.com/omurilo/marvel-api.git
# Install dependencies
cd marvel-api && yarn
# copy .env.example on root folder
cp .env.example .env.local
# open that with your favorite editor and enter your credentials
# NEXT_PUBLIC_MARVEL_API_KEY is the API Key to use on frontend api calls
# MARVEL_SECRET_KEY is the API Secret Key to use on server render api calls
yarn dev
Or access the online page on:
This project is under the MIT license. See the LICENSE for details.
If everything goes well, now the system will be just waiting for you