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.
- Host: GitHub
- URL: https://github.com/thenameisajay/indie-game-review
- Owner: thenameisajay
- License: mit
- Created: 2023-09-30T15:14:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T09:16:03.000Z (12 months ago)
- Last Synced: 2024-11-02T05:04:51.733Z (7 months ago)
- Topics: git, learn, nextjs, strapi
- Language: JavaScript
- Homepage:
- Size: 7.16 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

## 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