/prisma-next.js

Sample application built using Prisma and Next.js.

Primary LanguageJavaScript

Prisma Next.js

Twitter: Nirmalya Ghosh

This is a sample application built using Prisma and Next.js.

Overview

This is a sample application built using Prisma and Next.js showing how to leverage advanced Next.js features like getStaticProps and getServerSideProps to make our apps faster.

Requirements

  1. Node.js
  2. npm
  3. Next.js

Installation

1. Clone the application

git clone https://github.com/ghoshnirmalya/prisma-next.js

2. Install the dependencies

From the project root, we can run the following command to install all the dependencies:

yarn install

3. Start the application

From the project root, we can run the following command to start our application:

yarn start

The above command will start the application on http://localhost:3000/.

License

This project is licensed under the MIT License.