Skip to content

zsoltbokor/marvel-comics

Repository files navigation

Project overwier

This is an exercising project to learn next js.

The application uses marvel API (https://developer.marvel.com/). Wraps the requests with a middle layer where it does data caching in mongo db. This part is included in the api part of the next.

The app has some basic functionalities like listing comics, series, events, characters etc and detail pages for them. There is also a search which searches in different areas like comics, series, events.

The app is connected to the vercel(https://vercel.com/) so after every push to the git, a new build is created.

How to run it

In order to make it working you need to create your own marvel developer account and mongo db cloud configuration. Once that is done, copy the .env.sample.local to .env.local and complete the missing parameters.

Use npm run dev to run it locally.

Other scripts can be found in the package.json

Demo

https://marvel-comics-gold.vercel.app

About

This is a test application to try nextjs in action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published