Skip to content

janibehm/gallery-portfolio

Repository files navigation

This app is simple photo gallery. My main goal was to learn more about NextJs, TailwindCss and Databases.

The stack I used on this app is the following: NextJs, TailwindCss, PostgreSQL and SupaBase for storage purposes.

In the front-end I used React and NextJs. The project is deployed on Vercel. In the "image-gallery" section the images are fetched from Supabase with PostgresSQL.

Visit site at: https://gallery-portfolio-34j8.vercel.app/gallery

Screenshot 2023-12-10 at 22 03 17

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

gallery