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 522 public repositories matching this topic...

Hello World :] This is my weather app built with React library, Typescript and Node.js. Project contains client side and server side. I have used create-react-app, axios, react-router-dom in client side. For server side - express, cors, dotenv and node-fetch. Deployment had been done with Render (for server side) and Netlify (for client side).

  • Updated Apr 12, 2023
  • 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
Followers
9 followers

Related Topics

configuration-file environment-variables ini