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
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 👍
Built with Next.js 13 Typescript and the new app directory and route groups to separate the sign-in/up flow.
- Typescript
- NextAuth.js