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 3,842 public repositories matching this topic...

This project involves building the back end for an e-commerce site using Express.js and Sequelize with a PostgreSQL database. It demonstrates a functional API capable of handling CRUD operations for categories, products, and tags. The project includes database configuration, schema creation, and data seeding.

  • Updated May 31, 2024
  • JavaScript
Followers
9 followers

Related Topics

configuration-file environment-variables ini