Skip to content

scottquested/realtime-messaging-app

Repository files navigation

Realtime Messaging app

This is a Realtime Messaging App built with NexJS, Convex and Clerk.

Getting started

  • Clone the repository
  • Install the dependencies
npm install
  1. Create a .env.local file in the root of the project and add the following environment variables:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your-clerk-publishable-key
CLERK_SECRET_KEY=your-clerk-secret-key
  1. Run the development server
npm run dev
  1. Open a new terminal window and run the Convex server
npx conex dev
  1. Open a browser and navigate to http://localhost:3000

I wrote my first Medium post

This project was built along side my first Medium post. Please have a read of How to Create a Realtime Messaging App with NextJS, Convex and Clerk

About

A Realtime Messaging App with NextJS, Convex and Clerk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published