Git Product home page Git Product logo

music-events's Introduction

Music Events

Music Events is a web app where a user can search and find music events. If authenticated a user can also create new events, update and delete his own created events but not others'. Visit here.

Tech Stack Used

  • Next.js
  • TailwindCSS
  • GraphQL
  • Prisma
  • Typescript
  • Next-Auth

Description

Music Events is a fully functional website built with Next.js, TailwindCSS, Prisma, GraphQL, Typescript and Next-Auth. It has a fully functional authentication system with Email/Password and sessions. It is fully responsive and mobile friendly. It also has a fully functional CRUD system for events. It uses GraphQL for the API and Prisma as the database ORM. It uses both server side rendering and static site generation.

How To Use

  1.  git clone https://github.com/geovla93/portfolio.git
  2.  npm install
     #or
     yarn
     #or
     pnpm install
  3.  npm run dev
     #or
     yarn dev
     #or
     pnpm dev

Environment Variables

In order to run the app, you will have to create a .env file at the root of the project with the following variables:

  • NEXTAUTH_URL (base url of the app, http://localhost:3000 if tested locally)
  • NEXTAUTH_SECRET (secret for next-auth session)
  • DATABASE_URL (ex. postgresql://username:password@localhost:5432/postgres)
  • CLOUDINARY_CLOUD_NAME (cloudinary cloud name)
  • CLOUDINARY_API_KEY (cloudinary api key)
  • CLOUDINARY_API_SECRET (cloudinary api secret)
  • HOST_URL (same as NEXTAUTH_URL)

music-events's People

Contributors

geovla93 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.