Skip to content

Vibgitcode27/CraveFeed

This branch is up to date with CraveFeed/CraveFeed_Prototype:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 21, 2024
Jan 20, 2024
Dec 18, 2023
Jan 21, 2024
Dec 18, 2023
Jan 4, 2024
Dec 18, 2023
Dec 18, 2023
Jan 21, 2024
Jan 21, 2024
Dec 18, 2023
Dec 18, 2023
Dec 18, 2023

Repository files navigation

CraveFeed CraveFeed is a delectable social media app for food enthusiasts. Powered by NEXT.js for a sleek frontend, tRPC for a dynamic backend, and PostgreSQL with Prisma for robust data management. Users can share, discover, and engage with food-related content through posts, comments, and likes. CraveFeed is the go-to platform for building a community around the shared love for all things food. Join us, where cravings meet creativity!

Getting Started Prerequisites Node.js (version x.x.x) PostgreSQL (version x.x.x) Installation Clone the repository:

git clone https://github.com/your-username/foodiegram.git

Install dependencies:

cd foodiegram npm install Set up the .env file: Create a .env file in the project root and add the following:

DATABASE_URL=postgresql://{username}:{password}@localhost:5432/{db_name}?schema=public Setting Up Backend Server: Exclude client from tsconfig , then run :-

tsc -b Contributing We welcome contributions! Please follow our Contribution Guidelines for details on how to contribute to this project.

License This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.6%
  • CSS 21.3%
  • JavaScript 0.1%