Skip to content

jia-ayo/twitter-clone-next

Repository files navigation

Discuss

This is a personal project that i worked on to say my thoughts outloud and share what I am thinking. Come share your thoughts too.

Tech Stack

React Next MongoDp NextAuth prisma

Getting Started

Ensure you have node on your system

install dependencies:

npm install

To create the database schema:

npx prisma generate

To make changes to the database schema:

npx prisma db push

start development server:

npm run dev
# or
yarn dev

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

Releases

No releases published

Packages

No packages published

Languages