Eru social web designed for my Erciyes University Design Project.
YouTube Link
This project is designed for my Erciyes University Design Project. It is a social web application that allows users to share their posts, follow other users, like posts, comment on posts, create communities, and join communities. It is a web application that allows users to share their posts, follow other users, like posts, comment on posts, create communities, and join communities.
Next.js
for Server Side RenderingReact.js
for FrontendTailwind CSS
for StylingClerk
for AuthenticationTypeScript
for Type CheckingMongoDB
for DatabaseZod
for Validation
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- node.js
https://nodejs.org/en/download/
- Clone the repo
git clone
- Install NPM packages
npm install
- Run the project
npm run dev
- Set Up Enviroment Variables
MONGODB_URL=
CLERK_SECRET_KEY=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
NEXT_CLERK_WEBHOOK_SECRET=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
Distributed under the MIT License. See LICENSE
for more information.