Skip to content

An open source events app for casual football teams built with NextJs 13, Prisma and MongoDB. Design system built with Tailwind and Storybook.

Notifications You must be signed in to change notification settings

uixmat/event-app

Repository files navigation

An open source events app for casual football teams built with NextJs 13, Prisma and MongoDB. Design system built with Tailwind and Storybook.

This repository is currently in development

Core Technologies

Getting Started

To run this project locally you will first need to setup your MongoDB locally or with Atlas. I'm currently using the GitHub Authentication Provider.

Create your .env.local file with the following setup.

# env.local
NEXTAUTH_SECRET=
NEXTAUTH_URL="http://localhost:3000"

DATABASE_URL="mongodb+srv://"

GITHUB_ID=
GITHUB_SECRET=

Install all dependencies and run your dev environement.

  yarn install
  yarn dev

Enjoy 👍

NextJs

Built with Next.js 13 Typescript and the new app directory and route groups to separate the sign-in/up flow.

Dependencies

About

An open source events app for casual football teams built with NextJs 13, Prisma and MongoDB. Design system built with Tailwind and Storybook.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published