This example show how to use Authmoji with Next.js.
A database is not included. You can use any database you want and add it in this file.
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/lottamus/next-authmoji
# or
yarn create next-app --example https://github.com/lottamus/next-authmoji
Deploy it to the cloud with Vercel (Documentation).