Skip to content

πŸ‘₯ EP (Event Photos) is a customizable platform for uploading photos from your events. ⚑ Powered by Next.js, Edgestore & Netlify.

License

Notifications You must be signed in to change notification settings

omzi/event-photos

Repository files navigation

Event Photos Logo

πŸ‘₯ EP (Event Photos) is a customizable platform for uploading photos from your events.
⚑ Powered by Next.js, Edgestore & Netlify.

contributions welcome License: MIT



πŸ“œ About

EP (Event Photos) is a customizable platform for uploading photos from your events.

βš™οΈ Features

  • Image Upload to Edgestore
  • Bare-Bones Authentication
  • Blurhash Generation
  • Image Rendering using Netlify CDN
  • Adding & Editing Event Details
  • CRUD Access to Uploaded Files
  • Gallery Lightbox
  • User Feedback Mechanisms
  • Enhanced User Interface

πŸ›  Tech Stack

🚩 Prerequisites

Ensure that your system meets the following requirements:

⚑ Installation

Before proceeding, make sure your system satisfies the prerequisites mentioned above.

Firstly, clone the EP repository into your desired folder and navigate into it:

$ git clone https://github.com/omzi/event-photos && cd event-photos

Install the project dependencies using npm (or yarn if you prefer):

npm i

βš™ Environment Variables

EP requires certain environment variables to be set to function properly. Create a .env file in the root of your project and add the following variables:

AUTH_SECRET = # A random string. Eg: abcdefghijklmnopqrstuvwxyz
ADMIN_EMAILS = # A comma-space delimited string of admin emails. Eg: admin@event.com, admin@mail.com
ADMIN_PASSWORDS = # A comma-space delimited string of admin passwords. Eg: qwerty, asdfgh
NEXT_PUBLIC_EVENT_NAME = # Name of the event. Eg: DevFest 2024
EDGE_STORE_ACCESS_KEY = # Your Edgestore access key
EDGE_STORE_SECRET_KEY = # Your Edgestore secret key
DATABASE_URL = # Your SQL database URL. You can modify the `schema.prisma` to support other databases
NEXT_PUBLIC_DEPLOYMENT_URL = # Your deployment URL. Eg: https://ep.omzi.dev

Once the environment variables are set, you can run EP locally with:

npm run dev

Visit the URL http://localhost:3000/ in your browser to access the EP application.

πŸ‘₯ Contributors

πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for more details.

❌ Disclaimer

This project is a WIP. It is NOT yet production-ready πŸ˜‰!


Back To Top β†Ί

Made with β™₯

About

πŸ‘₯ EP (Event Photos) is a customizable platform for uploading photos from your events. ⚑ Powered by Next.js, Edgestore & Netlify.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published