Skip to content

seemcat/meet-at-cafe-estela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💁🏻‍♀️ My personal gatherings app! This is where my friends and family can sign up or log in to learn about the gatherings I'm hosting.

This is a Next.js app that integrates with Strapi, a headless CMS, to author data and create their corresponding APIs. These APIs are accessible by each user via a Magic plugin, which performs a passwordless authentication when the user signs up or logs in.

Enjoy 🎉

Getting Started

First, yarn install and then run the development server:

npm run dev
# or
yarn dev

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