Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 846 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 846 Bytes

Image gallary Web app in next js, supabase

simple image gallery web app in next js and supabase

Getting Started

  1. Clone the repository:bash git clone https://github.com/MurtadaNazar/images-gallary.git

  2. Navigate to the project directory: bash cd images-gallary

  3. Install dependencies: npm install

  4. Setup Supabase: enter image description here

  5. Configure Supabase environment variables: in .env file NEXT_PUBLIC_SUPABASE_URL SUPABASE_SERVICE_ROLE_KEY

  6. bash npm run dev

  7. Open your browser and access the application at http://localhost:3000.

License

This project is licensed under the MIT License.

Acknowledgments

  • Thanks to the creators of Next.js and Supabase for their awesome tools.