An open API service indexing awesome lists of open source software.

https://github.com/thenameisajay/indie-game-review

This application is a game review application that allows users to view games and their reviews. The application is built using Next.js and Strapi CMS. The application is a server-side rendered application that uses the Strapi CMS to store the data.
https://github.com/thenameisajay/indie-game-review

git learn nextjs strapi

Last synced: about 2 months ago
JSON representation

This application is a game review application that allows users to view games and their reviews. The application is built using Next.js and Strapi CMS. The application is a server-side rendered application that uses the Strapi CMS to store the data.

Awesome Lists containing this project

README

        

# Title: Indie Gamer Reviews

## Description :
This repository was used for learning purposes only. It was used to learn Next.js as it is a framework that I have never used before. Next.js is a React framework that allows you to build server-side rendered applications. It is a framework that is used by many companies such as Netflix, Uber, and Twitch. The reason I chose to learn Next.js is because it is the trending front-end framework and I wanted to learn something new. Besides I wanted to learn something new this Month and therefore dedicated my resources to learning Next.js.

## About the Project :
This application is a game review application that allows users to view games and their reviews. The application is built using Next.js and Strapi CMS. The application is a server-side rendered application that uses the Strapi CMS to store the data.

## Screenshot:

![Alt text](indie_gamer_pic.webp)

## Repo contains:


  • Application Source Code

  • Strapi CMS Folder

## Installation :

### For Next Js:


  • Clone the repository

  • Run npm install

  • Run npm run dev

  • Open localhost:3000

### For Strapi CMS:


  • Run npm install

  • Run npm run develop

  • Open localhost:1337/admin

### Note :
Running the Strapi CMS is a must as the application displays the information that is stored in the CMS. The application will not work properly if the CMS is not running.

### License :
This project is licensed under the MIT License - see the LICENSE.md file for details