Skip to content

iMessage clone using Next.js and Node.js with Apollo GraphQL (ongoing-build)

Notifications You must be signed in to change notification settings

nyintosh/imessage-clone

Repository files navigation

iMessage Clone

iMessage clone using Next.js Node.js with Apollo GraphQL Server

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Inside Server folder

CLIENT_ORIGIN

PORT

MONGODB_URI

Inside client folder

GOOGLE_CLIENT_ID

GOOGLE_CLIENT_SECRET

NEXTAUTH_URL

NEXTAUTH_SECRET

MONGODB_URI

Run Locally

Clone the project

  git clone [email protected]:nyintosh/imessage-graphql.git

(or)

  git clone https://github.com/nyintosh/imessage-graphql.git

Go to the project directory

  cd iMessageCloneWeb

Install dependencies

  npm install

Generate prisma schema

  npm run prisma-generate

Start the server

  npm run dev

Contact Me

facebook gmail instagram linkedin twitter

References

https://github.com/shadeemerhi/imessage-graphql