Skip to content

Application to see public events, create an account to add and edit your own events. Including Auth setup using server side cookies and JWT setup with Strapi backend.

Notifications You must be signed in to change notification settings

stepsen89/nextjs-music-events-app

Repository files navigation

Events Application Project

Functionalities

You can login and register, see all upcoming events (for public access). Registered users can add their own events, modify them, upload images and delete their events.

Frontend Application and Deployment

This project is avalaible via https://eventsappfrontend.vercel.app/ (deployed on Vercel). It will connect with the deployed backend version of Strapi (HEROKU) which has the plugin for Cloudinary (to store images and create different formats of uploads).

Technologies (for development)

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

Getting Started (Development Stage)

Clone the repository

The development server:

npm run dev
# or
yarn dev

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

About

Application to see public events, create an account to add and edit your own events. Including Auth setup using server side cookies and JWT setup with Strapi backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published