Code Monkey home page Code Monkey logo

event-photos's Introduction

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: [email protected], [email protected]
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 โ™ฅ

event-photos's People

Contributors

omzi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.