This project is a music event application. It was created with NextJs Framework.
- Backend with Strapi CMS (Here)
- Authentication with JWT (JSON Web Tokens)
- Authorization and access control
- Storing HttpOnly Cookies on the server
- Pagination, search and filters
- Image uploading with Cloudinary
- Install dependencies: run
yarn install
in root project - Run project:
yarn dev
- User can register and login
- User can see list event
- User can create, update and delete own events
- User can search events
- The webpage adapts to any screen size.
Please feel free to create a pull request and submit any issues!