Skip to content
#

.env

.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it’s commonly prevented from being tracked by version control.

Here are 752 public repositories matching this topic...

This FullStack project is a blog application built with TypeScript, Express, and Prisma, following the MVC architecture. The backend uses Prisma ORM with a PostgreSQL database to manage essential data models such as category, post, tag, post-tag relationships, and comments. On the frontend, React is used to create a dynamic interface that seamless

  • Updated Mar 31, 2025
  • TypeScript

This is backend repository of KhaoPiyo.com - A food delivery full stack app. It features user account management, restaurant search by city, cuisine filtering, sorting by delivery price/time, and item ordering. Users can manage restaurant profile, including name, banner, cuisines, and menu items.

  • Updated Mar 18, 2024
  • TypeScript