{"id":21523091,"url":"https://github.com/manmeetsinghjohal/devtoday-back_end","last_synced_at":"2026-04-12T00:02:45.125Z","repository":{"id":244411895,"uuid":"815169962","full_name":"ManmeetSinghJohal/devtoday-back_end","owner":"ManmeetSinghJohal","description":"A comprehensive content creation platform tailored for developers. It includes features such as creating posts, meet-ups, podcasts, and groups. Enabling developers to stay in touch, engage in discussions, share or create new content, follow other developers, and form groups focused on particular technologies or subjects.","archived":false,"fork":false,"pushed_at":"2024-07-08T21:43:52.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T05:07:51.509Z","etag":null,"topics":["express","nextauth","nextjs14","node","postgresql","prism","prisma-orm","react","react-hook-form","shadcn-ui","tailwind","tinymce","typescript","uploadthing","zod"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManmeetSinghJohal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-14T13:57:12.000Z","updated_at":"2024-08-11T09:15:52.000Z","dependencies_parsed_at":"2024-06-14T15:26:44.490Z","dependency_job_id":"b16dc5df-79b8-4c2e-9c1c-4293de28edbc","html_url":"https://github.com/ManmeetSinghJohal/devtoday-back_end","commit_stats":null,"previous_names":["manmeetsinghjohal/devtoday-back_end"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManmeetSinghJohal%2Fdevtoday-back_end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManmeetSinghJohal%2Fdevtoday-back_end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManmeetSinghJohal%2Fdevtoday-back_end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManmeetSinghJohal%2Fdevtoday-back_end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManmeetSinghJohal","download_url":"https://codeload.github.com/ManmeetSinghJohal/devtoday-back_end/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244080328,"owners_count":20394904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","nextauth","nextjs14","node","postgresql","prism","prisma-orm","react","react-hook-form","shadcn-ui","tailwind","tinymce","typescript","uploadthing","zod"],"created_at":"2024-11-24T01:12:40.000Z","updated_at":"2026-04-12T00:02:45.082Z","avatar_url":"https://github.com/ManmeetSinghJohal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevToday - Back-end\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## 🌐 Demo\nHere is a working live demo:  [MJ's Portfolio](https://mj-portfolio-five.vercel.app/) \n\n## 📝 Description\nWelcome to my project! Here, I'll provide you with a brief overview of what inspired me to create it, why it solves a problem, and what I've learned throughout its development.\n- Motivation: I was motivated to build this project to address a specific issue and to enhance my coding skills.\n- Why I Built This Project: My main goal was to create a practical and user-friendly solution to a real-world problem.\n- Problem Solved: This project aims to simplify a particular task, making it more efficient and accessible.\n- What I Learned: Throughout the development process, I gained valuable insights into various technologies and programming concepts.\n\n\n## 📖 Table of Contents (Optional)\nIf your README is long, add a table of contents to make it easy for users to find what they need.\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Credits](#credits)\n- [License](#license)\n\n## 🛠️ Setup Project\nTo get this project up and running in your development environment, follow these step-by-step instructions.\n\n### 🍴 Prerequisites\n\nWe need to install or make sure that these tools are pre-installed on your machine:\n\n- [NodeJS](https://nodejs.org/en/download/): It is a JavaScript runtime build. \n- [Git](https://git-scm.com/downloads): It is an open source version control system. \n\n## ✨ Features\n\n- Next.js 14, Tailwind responsive web app \n- Backend built using Node.js, Express.js, Prisma ORM, PostgreSQL and TypeScript seamlessly integrating it with the frontend.\n- Implemented NextAuth.js to manage user authentication and maintain persistent session states.\n- Uploadthing for file uploads.\n- React-Hook form for creating forms.\n- Zod for validations.\n\n### 🚀 Install Project\n\n1. Clone the Repository\n\n```bash\ngit clone git@github.com:ManmeetSinghJohal/devtoday-back_end.git\n```\n\n2. Install packages\n\n```\nnpm install\n```\n\n3. Create a `.env` file \n\n```bash\nDATABASE_URL=\"postgresql://.......\"\n\nPORT=3005\n```\n\n4. Run the dev server.\n\n```bash\nnpm run dev\n```\n\n## 🔍 Usage\n\n### How To Use\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone git@github.com:ManmeetSinghJohal/devtoday-back_end.git\n\n# Go into the repository\n$ cd projectname\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm run dev\n```\n\n\u003e **Note**\n\u003e If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.\n\n### ⚒️ How to Contribute\nWant to contribute? Great!\n\nTo fix a bug or enhance an existing module, follow these steps:\n\n- Fork the repo\n- Create a new branch (`git checkout -b improve-feature`)\n- Make the appropriate changes in the files\n- Add changes to reflect the changes made\n- Commit your changes (`git commit -am 'Improve feature'`)\n- Push to the branch (`git push origin improve-feature`)\n- Create a Pull Request \n\n### 📩 Bug / Feature Request\n\nIf you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/ManmeetSinghJohal/devtoday-back_end/issues/new) by including your search query and the expected result.\n\nIf you'd like to request a new function, feel free to do so by opening an issue [here](https://github.com/ManmeetSinghJohal/devtoday-back_end/issues/new). Please include sample queries and their corresponding results.\n\n## ✅ To-do\n\nWill update soon!\n\n## 📜 Credits\n\nI'd like to acknowledge my collaborators, who contributed to the success of this project. Below are links to their GitHub profiles.\n\nFurthermore, I utilized certain third-party assets that require attribution. Find the creators' links in this section.\n\nIf I followed tutorials during development, I'd include the links to those as well.\n\n👩 Victoria Geddes \u003cbr\u003e\nEmail: toiageddes@gmail.com \u003cbr\u003e\nGitHub: @toiaa\n\n👦 Mateo Sindičić  \u003cbr\u003e\nEmail: mateo.sindicic@gmail.com \u003cbr\u003e\nGitHub: @JazzyGrim\n\n## 📚 References\n\nNone at the moment.\n\n## 📞 Contact Me\n\n[![Follow us on LinkedIn](https://img.shields.io/badge/LinkedIn-ManmeetSinghJohal-blue?style=flat\u0026logo=linkedin\u0026logoColor=b0c0c0\u0026labelColor=363D44)](https://www.linkedin.com/in/manmeetsinghjohal/)\n\n## 📋 License\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanmeetsinghjohal%2Fdevtoday-back_end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanmeetsinghjohal%2Fdevtoday-back_end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanmeetsinghjohal%2Fdevtoday-back_end/lists"}