Skip to content

loganathansellappa/nextjsDemo

Repository files navigation

Sample Demo App

This is a sample NextJS app that uses SSR, PostgreSQL, and Prisma ORM.

Getting Started

To run the development server, follow these steps:

  1. Install dependencies:

     npm install
  2. Push Prisma migrations to the database:

    npx prisma db push
  3. Seed the database (if needed):

    npx prisma db seed
  4. Start the development server:

    npm run dev
  5. Open http://localhost:3000 with your browser to see the result.

Learn More

Deployed App

The app has been deployed here.


You can customize the "Learn More" section with any additional information or resources related to your project. If there are any specific instructions, dependencies, or configurations that users should be aware of, consider including them in this section. Additionally, feel free to add more details about the deployed app if necessary.