Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
.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.
- GitHub: https://github.com/topics/dotenv
- Related Topics: ini, configuration-file, environment-variables,
- Aliases: dot-env, env-file,
- Last updated: 2025-01-06 00:08:41 UTC
- JSON Representation
https://github.com/hugovarellaa/project-full-stack
Back-end
axios cors dotenv express jsonwebtoken nodejs prisma socket-io ts-node-dev typescript
Last synced: 23 Dec 2024
https://github.com/drew-daniels/auth
Simple authenticator app that uses bcryptjs to safely store user logins on a MongoDB database collection
bcryptjs dotenv express html-css-javascript mongodb mongoose passportjs
Last synced: 01 Jan 2025
https://github.com/wuriyanto48/pyenvar
Python's .env loader
configuration dotenv dotenv-loader dotenv-python pip python
Last synced: 01 Jan 2025
https://github.com/ucangun/blogmotion_api
dotenv express-async-errors expressjs mongoose morgan nodejs redoc-express swagger-autogen swagger-ui
Last synced: 18 Dec 2024
https://github.com/ucangun/udemy_the_complete_node_bootcamp
This repo contains projects and exercises from "The Complete Node.js Bootcamp" course. It covers backend development with Node.js, Express.js, MongoDB, RESTful APIs, authentication, and real-time communication.
authorization dotenv expressjs geospatial javascript mongodb mongoose nodejs pug-templates
Last synced: 18 Dec 2024
https://github.com/ahmedsamir45/order-system
product order system using flask
css dotenv flask flask-sqlalchemy html ordermanagement
Last synced: 24 Dec 2024
https://github.com/ertugrulsertaslan/taskguard
This application is designed to manage tasks with different user roles and permissions.
axios cors docker dotenv express-js jwt-authentication material-ui postgresql prisma reactjs reactrouter vite
Last synced: 24 Dec 2024
https://github.com/ertugrulsertaslan/product-management
This project is an e-commerce application with admin and user roles.
cors docker dotenv express-js material-ui multer postgresql prisma react vite webpush-notifications
Last synced: 24 Dec 2024
https://github.com/abbybot/abbybot-api
AbbyBot web API for webpage and data.
api api-gateway bot-api discord-api discord-bot discord-bot-api dotenv flask mysql requests
Last synced: 02 Jan 2025
https://github.com/thund3rhawk/auth_api
Auth API: Register users with email/password, validate via OTP, store data, login with JWT, retrieve user info securely.
becrypt dotenv expressjs jsonwebtoken mongodb mongoosejs nodejs nodemailer prettier typescript
Last synced: 24 Dec 2024
https://github.com/jmgogo/postgresql-security
A short recap of PostgreSQL security configuration settings with examples
dotenv host-based-authentication postgresql postgresql-conf role-based-access-control
Last synced: 24 Dec 2024
https://github.com/7gowtham/mentor-and-student-assigning-with-database
To write APIs for Mentor and Student Assigning with Database
dotenv express mongodb mongoose
Last synced: 18 Dec 2024
https://github.com/sumaiyarimu22/proxima-server
Proxima is a powerful project management app built using the MERN stack. With proxima, users can create, update, and delete their own projects with ease. The app is highly secure, featuring robust JWT authentication and frontend route protection.
avast bcrypt cors dotenv express jsonwebtoken mongodb mongoose react validator
Last synced: 18 Dec 2024
https://github.com/sumaiyarimu22/envelope-server
bcryptjs cors dotenv express jsonwebtoken mongoose validator
Last synced: 18 Dec 2024
https://github.com/naveen-ithappu/tswebpack-starterkit
Project setup to use Webpack 4 with Typescript and SCSS
clean-webpack-plugin dotenv minicssextractplugin scss ts-loader typescript typescript2 webpack webpack-config webpack-configuration webpack-dev-server webpack-manifest webpack-manifest-plugin webpack4
Last synced: 18 Dec 2024
https://github.com/talhat298/product-order-crud
This Node.js application, built with TypeScript, Express, and MongoDB, offers an API to manage products and orders with functionalities for creating, retrieving, updating, and deleting.
cors curd-operation dotenv eslint expressjs mongodb nodejs nodemon typescript zod
Last synced: 19 Dec 2024
https://github.com/seifsheikhelarab/ts-rest-api
A TypeScript-based REST API for user authentication and management with JWT-based authentication, bcrypt password hashing, and secure session handling.
bcrypt body-parser compression cookie-parser cors crypto dotenv express-js http jsonwebtoken lodash mongodb mongoose morgan node-js typescript
Last synced: 19 Dec 2024
https://github.com/reekrajroy/amazon-price-tracker-app
Amazon Price Tracking application sends an email to the user when the price for a particular item drops below a set threshold.
dotenv nightmarejs nodejs sendgrid-api
Last synced: 24 Dec 2024
https://github.com/moaraby/to-do-list-nodejs
REST API APP
docker dotenv error-handler expressjs mongodb mongoose nodejs nodemon restful-api
Last synced: 01 Jan 2025
https://github.com/thitikorn-nupan/typescript-core
In this project , I have applied TypeScript (ts file) instead JavaScript (ts file) and I have also used Node.js together with TypeScript too , but concept this project I got know a lots syntax TypeScript. It'll be good for using with Angular.
dotenv express nodejs typescript winston-logger
Last synced: 25 Dec 2024
https://github.com/thitikorn-nupan/node.js-sequelize-crud-mysql-one-to-one
This project I try to keep concept object (JavaScript object) & classes (JavaScript class) for building api http and work together one to one relationship schema
body-parser dotenv express javascript mysql2 sequelize-orm winston-logger
Last synced: 25 Dec 2024
https://github.com/thitikorn-nupan/node.js-sequelize-crud-mysql-one-to-many-with-association-table
anythings seem same the last project. So in different, i apply belongsToMany({...}) with one to many. So it's work good!!
body-parser dotenv express mysql nodejs sequelize winston
Last synced: 25 Dec 2024
https://github.com/thitikorn-nupan/node.js-sequelize-crud-mysql-many-to-many
i know more and more about association sequlize. this project i try to work with relation table for link to entities and did good. (apply with belongsToMany()) Also i remind me to writen query on my self (Raw sql). Still learning.
body-parser dotenv express many-to-many mysql nodejs sequelize winston
Last synced: 25 Dec 2024
https://github.com/thitikorn-nupan/node.js-sequelize-login-with-database-authentication
this project, I try to build api for user. user can sign in or register, When who can logged in. this api will return data of book. it makes sure user was authenticated. So I still know way to use bcrypt module for hashing user's password. (I still work with sequilize. It doesn't take long for build api)
bcrypt body-parser dotenv express javascript mysql nodejs sequelize winston
Last synced: 25 Dec 2024
https://github.com/thitikorn-nupan/dart-crud-mysql
this project i keep leaning about dart and this time i build application, works with database (CRUD concept) and i still know how to access env file. next step i will build rest api (apply logic from this app).
dart dotenv logging mysql-client
Last synced: 25 Dec 2024
https://github.com/thitikorn-nupan/docker-using-node.js-mysql
this project, I still keep to use docker for build api, But this project is differnece I know many way to config for only Mysql and Node.js, Phpmyadmin it's not necessary anymore. I know the way to use multiple Docker-compose. Including, the way to use Docker extends (That's Perfect for managing Service). I think this's enougth for beginer command
body-parser docker dotenv express javascript mysql2 nodejs winston
Last synced: 25 Dec 2024
https://github.com/phacman/php-dotenv
Compact version of "symfony/dotenv"
compact dotenv env environment php php8
Last synced: 25 Dec 2024
https://github.com/romykundal/api-fetch-weather-data
nodejs project task including integrated third party API to get weather data from Weather API, also Unit test case implemented in mocha chai module
api babel-cli chai dotenv mocha mongo mongoose nodejs restful supertest supertest-mocha-chai testing unit unittest weather
Last synced: 25 Dec 2024
https://github.com/guruprasad3n/crud-node-application
The Product and Review Management System is a Node.js application with MongoDB integration that allows users to manage products and their associated reviews. This documentation provides an overview of the application, its features, technical requirements, and instructions for setting up and running the project.
chai cors dotenv expressjs mocha mocha-chai mongodb mongoose nodejs nodemon npm supertest
Last synced: 25 Dec 2024
https://github.com/shm-rsuf/tech-alpha-server
Tech-Alpha is a cutting-edge backend server that forms the backbone of your digital infrastructure. With its powerful and dynamic architecture, Tech-Alpha empowers your applications and services to deliver seamless, high-performance experiences to users. This server is built with next.js, expresse, mongoose, cors and dotenv
dotenv express-js mongodb mongoose node-js
Last synced: 26 Dec 2024
https://github.com/souravpl8092/facebook-auth
Facebook Authentication using Node.js, Express, and Mongoose
bootstrap dotenv ejs express-sessions expressjs mongodb moongose nodejs passport passport-facebook
Last synced: 26 Dec 2024
https://github.com/yaroslavtsebro/todo-app
simple todo api using prisma orm, express, etc
bcrypt class-transformer class-validator cors dotenv jwt prisma-client prisma-orm typescript winston winston-logger
Last synced: 02 Jan 2025
https://github.com/maia14/weather-app
Weather app developed in Node.js, using express, ejs, dotenv.
Last synced: 02 Jan 2025
https://github.com/olukeye/social-media-app
A minor social app
bcrypt body-parser dotenv express-js express-validation helmets jwt mongodb morgan
Last synced: 02 Jan 2025
https://github.com/olukeye/movies-app
Simple Movie App Collections And Rentage
crypto dotenv express-js javascript jsonwebtoken mongoose nodejs react
Last synced: 02 Jan 2025
https://github.com/kiranwankhade/invact
Movie Watchlist Application
chakra-ui cors dotenv expressjs mongodb mongoose react-icons react-loader-spinner react-router-dom reactjs
Last synced: 26 Dec 2024
https://github.com/prasanth2817/mybarber-app-backend
MyBarber Application is an application built for users to book and manage appointments at salons. Users can select stylists, services, and specific dates and times. Business users have a separate dashboard for managing appointments and services.
bcryptjs cors dotenv express jsonwebtoken jwt-authentication mongoose multer
Last synced: 02 Jan 2025
https://github.com/shivamkumar24/dataneuron
The DataNeuron Frontend Interface facilitates the interaction with the backend API through a user-friendly web application. It features three primary resizable components, each dedicated to specific functionalities: adding data, updating data and showing operation counts.
axios chakra-ui cors dotenv express mongodb mongoose nodemon react react-resizable
Last synced: 26 Dec 2024
https://github.com/shivamkumar24/lifestylestores.com-clone-backend
This repo is created for OutFit project backend deployment.
bcrypt cors dotenv express jsonwebtoken mongoose nodemon
Last synced: 26 Dec 2024
https://github.com/shivamkumar24/idea-clan-social-media
This is a backend server application for a basic social media platform built with Node.js, Express, MongoDB, and GraphQL.
axios bcrypt chakra-ui cors dotenv express-graphql expressjs graphql jsonwebtoken mongoose nodejs nodemon react react-icons react-router-dom
Last synced: 26 Dec 2024
https://github.com/jveiiga/project-crud-plus-admin-permission
Projeto feito utilizando NodeJs no ambiente Express e outras tecnologias.
babel-plugin bcryptjs cross-env dotenv expressjs jest jsonwebtoken nodejs nodemon sucrase supertest uuid
Last synced: 02 Jan 2025
https://github.com/jveiiga/desafio_full-stack
Projeto desenvolvido no inicio do M6, jรก no final do curso, desenvolvido com TypeORM, NextJs e ChakraUI.
axios brcypt chakra-ui cross-env dotenv express express-async-errors jsonwebtoken next nookies pg react react-hook-form reflect-metadata typeorm typescript yup
Last synced: 02 Jan 2025
https://github.com/amanmandal-m/shayari_generator
This is Shyaari Generator App so user can use this to generate shayaari in hindi or English Both.
cors css dotenv express-js html javascript mongoose node-js render
Last synced: 26 Dec 2024
https://github.com/amanmandal-m/githuboauth_backend
This is Github Oauth Backend and Frontend if any Node developer wants to add in own project so you can easily use this repo and read docs for further information.
colors cors dotenv express-js express-session mongoose node-js nodemon passport passport-github2 render
Last synced: 26 Dec 2024
https://github.com/amanmandal-m/buy_cars
This Project is for selling or buying a second hand cars and dealer can manage second hand cars such as create , delete and update.
axios bcrypt chakra-ui dotenv express-js jsonwebtoken mongoose node-js nodemon pm2 react-js react-router-dom swagger-ui
Last synced: 26 Dec 2024
https://github.com/amanmandal-m/triveous-ecommerce-backend
Our backend powers an e-commerce platform. It handles user management, product operations, shopping carts, order processing, and more. Built with Node.js, Express.js, and MongoDB, it's designed for scalability and integration with your frontend.
aws-ec2 bcrypt cors dotenv ejs express-js jsonwebtoken mongoose node-js nodemailer twillio
Last synced: 26 Dec 2024
https://github.com/amanmandal-m/flurn_booking_system_backend
This is Flurn Company Assignment this is for booking seats backend system .
cors csvtojson dotenv express-js mongoose node-js render swagger-docs swagger-ui
Last synced: 26 Dec 2024
https://github.com/amanmandal-m/code_conversion_generator
This is Code conversion generator so developers or user they can convert their code in any languages.
cors css dotenv express-js html javascript mongoose node-js railway
Last synced: 26 Dec 2024
https://github.com/basedhound/crud-test-2_api
RESTful API built with Node.js and Express, featuring authentication, MongoDB integration, and full CRUD operations. It includes robust security and validation measures for secure data handling.
api bcrypt cors dotenv express helmet jsonwebtoken jwt mongodb mongoose mongoose-unique-validator multer nodejs
Last synced: 02 Jan 2025
https://github.com/basedhound/crud-test-1_api
Build a REST API with Node, Express, and MongoDB. This API should handle CRUD operations for managing products and be connected to a database. Successfully implementing it will reveal a secret word.
api cors crud dotenv express mongodb mongoose node nodejs
Last synced: 02 Jan 2025
https://github.com/basedhound/kpop-social_app_react
Fullstack social media platform inspired by Kpop culture, featuring React with cozy color palettes. The frontend uses Redux and Mantine, while the backend is built on Node/Express/MongoDB.
axios bcrypt cors dotenv express jsonwebtoken jwt mern mongodb mongoose multer node-js nodemon react react-redux react17 redux
Last synced: 02 Jan 2025
https://github.com/basedhound/chili-sauces_api
RESTful API built with Node.js and Express, featuring authentication, MongoDB integration, and full CRUD operations. It includes robust security and validation measures for secure data handling.
angular api bcrypt crypto-js dotenv express fullstack helmet jsonwebtoken mongodb mongoose mongoose-unique-validator multer nodejs
Last synced: 02 Jan 2025
https://github.com/cubetiq/system-config-dart
System Configuration and Dotenv Environment for Dart
Last synced: 03 Jan 2025
https://github.com/kaddyp/node_mysql2_pooling
Connection Pooling in Node JS and Mysql2
dotenv dotenv-cli express mysql2 nodejs pooling
Last synced: 03 Jan 2025
https://github.com/yuriyvyatkin/ra-hw-8.2-use-json-fetch-frontend
ะะ โ2 ะบ ะปะตะบัะธะธ ยซhooks, Context APIยป ะบัััะฐ ยซReactยป ะะตัะพะปะพะณะธะธ
Last synced: 04 Jan 2025
https://github.com/yuriyvyatkin/ra-hw-6.2-crud-frontend
ะะ โ2 ะบ ะปะตะบัะธะธ ยซะะธะทะฝะตะฝะฝัะน ัะธะบะป ะธ ัะฐะฑะพัะฐ ั HTTPยป ะบัััะฐ ยซReactยป ะะตัะพะปะพะณะธะธ
crud-api dotenv lifecyclemethods reactjs
Last synced: 04 Jan 2025
https://github.com/pratikkatkar-13/todo_app_backend
basic use and structure of Backend with Expressjs, MongoDB, Mongoose, MVC architecture, etc.
dotenv express-js http-requests mongodb-database mongoose mongoose-schema mvc nodejs nodemon npm
Last synced: 04 Jan 2025
https://github.com/pratikkatkar-13/blog_app_backend
Concepts of Mongoose library function with basics structure of backend web application
backend-api dotenv expressjs mongodb-database mongoose mongoose-schema mvc-architecture nodejs postman-test
Last synced: 04 Jan 2025
https://github.com/nagpalnitesh/thepureearth
ThePureEarth Ecommerce Website using Django
css3 django dotenv html5 javascript postgresql python
Last synced: 04 Jan 2025
https://github.com/smilevp/shopify_backend
Shopify_Backend using Expressjs and Mongodb. I have deployed this repository in render.
bcryptjs cors dotenv express jsonwebtoken mongodb mongoose nodemailer nodemon razorpay validator
Last synced: 04 Jan 2025
https://github.com/smilevp/password_reset_backend
Password_Reset_Backend built using ExpressJS,Mongodb and Nodemailer
bcrypt cors dotenv express-generator jwt mongoose nodemailer nodemon
Last synced: 04 Jan 2025
https://github.com/kartiksarwan2017/react-chat-app
Chat Application Using ReactJS and Firebase
css3 dotenv firebase firebase-tools html5 javascript react-firebase-hooks react-icons react-input-emoji react-router-dom react-toastify reactjs sass uuid
Last synced: 04 Jan 2025
https://github.com/7gowtham/password-reset-flow
To implement a correct password reset flow with email verification and proper update of the new password in the database for the web app.
axios bcryptjs cors dotenv jsonwebtoken nodemailer react-bootstrap
Last synced: 04 Jan 2025
https://github.com/dxxxxy/discord.js-template
Easy to use and configure discord.js bot template with dotenv and mongoose pre-integrated.
bot discord-js dotenv mongoose template
Last synced: 04 Jan 2025
https://github.com/amancevice/shenv
dotenv for your shell
cli command-line-tool dotenv shell
Last synced: 18 Dec 2024
https://github.com/marinerer/gulp-env-loader
A gulp plugin for loading environment variables and replacing them in the contents of files. ๐ย ๅค็็ฏๅขๅ้็ gulp ๆไปถ,็จไบๅ ่ฝฝ็ฏๅขๅ้้ ็ฝฎๆไปถๅนถๆฟๆขๅ ๅฎนใ
dotenv env env-loader gul-env-loader gulp-env gulp-environment gulp-plugin
Last synced: 18 Dec 2024
https://github.com/jipconan/golden-fields-estate
Golden Fields is a real estate platform for managing agents and properties, with agents linked to multiple properties and vice versa. Data is stored in MongoDB, and images are hosted on Cloudinary. Built with React.js and TypeScript.
api chakra-ui chakra-ui-react chakraui cloudinary dotenv estate mongodb mongodb-atlas mongodb-database mongoose react react-router reactjs tailwindcss typescript vite
Last synced: 05 Jan 2025
https://github.com/ripper-no-chart/trpc-builder
Trpc API | Angular 16 - Builder APP
angular chalk cors dotenv express moment mongoose morgan nodejs superjson trpc trpc-api trpc-client trpc-crud-app trpc-server ts-node-dev typescrit zod
Last synced: 22 Nov 2024
https://github.com/wagner-de-carvalho/blog
Blog
coveralls credo dotenv ecto elixir phoenix phoenix-liveview tailwind-css
Last synced: 28 Nov 2024
https://github.com/muslehud77/basic-server-template-node
dotenv eslint expressjs husky mongoose nodejs prettier typescript zod
Last synced: 12 Nov 2024
https://github.com/amanmandal-m/url_shortener_backend
This is a URL Shortener Backend where user can change long url to short url.
dotenv express-js mongoose node-js render-deployment
Last synced: 26 Dec 2024
https://github.com/sanjaraiy/lms_backend
๐ Dive into the Backend of a Learning Management System Powered by Express Server in This Repository! ๐
bcryptjs cloudinary cors dotenv expressjs jsonwebtoken mongodb morgan multer-storage nodemailer razorpay-payment
Last synced: 05 Jan 2025
https://github.com/sanjaraiy/jwt-auth
๐ Explore JWT-Based Authentication with Email Validation in This Repository! Featuring React, Tailwind, Express, Node.js, and MongoDB ๐
bcrypt cookie-parser cors dotenv email-validator expressjs jsonwebtoken mongodb mongoose nodejs nodemon reactjs tailwindcss
Last synced: 05 Jan 2025
https://github.com/linhntaim/vue-define
Manage environment variables & configurations in Vue application.
application configuration configuration-management definition dotenv dotenv-conversion environment-variables management plugin vue vue-js vue-plugin vuejs
Last synced: 22 Nov 2024
https://github.com/kanokpit-yowaratch/express-mysql-api-pagination
REST API by Express.js and MySQL with Pagination + Search
bcrypt cors dotenv expressjs jwt multer mysql2 nodemon swagger swagger-ui-express typescript
Last synced: 13 Nov 2024
https://github.com/kanokpit-yowaratch/nestjs-upload-api
NestJS API for Uploading files
dotenv eslint multer mysql2 nestjs swagger swagger-ui-express typeorm typescript
Last synced: 13 Nov 2024
https://github.com/kanokpit-yowaratch/nestjs-mysql-blog
Blog API by NestJS
dotenv eslint express jest multer mysql2 nestjs nestjs-mysql swagger swagger-ui-express typeorm typescript
Last synced: 13 Nov 2024
https://github.com/ioinitid/video-calls-server
"Video Calls server" - an API for Video Calls application.
calls dotenv express javascript nodemon socket-io ts-node typescript video
Last synced: 11 Nov 2024
https://github.com/marcosvel/chatgpt-whatsapp
POC to connect ChatGPT on WhatsApp number with a pre message from a button.
Last synced: 19 Dec 2024
https://github.com/gucasassi/devcamp
Welcome to the Devcamp, a comprehensive bootcamp management application built with the MERN stack (MongoDB, Express.js, React, Node.js). It's designed to streamline the management of coding bootcamps, enhancing the experience for administrators, instructors, and students.
bcryptjs cookie-parser dotenv express express-rate-limit helmetjs hpp jsonwebtoken mern-stack mongo-sanitize mongodb mongoose morgan nodejs nodemailer reactjs
Last synced: 05 Jan 2025
https://github.com/askirmas/arg-env
Node.js package to work with `.env` files in the same way as docker and docker-compose via `--env-file` or `"env_file"` in package.json
arguments cli docker docker-compose dotenv env env-file environment-variables loader node parser
Last synced: 01 Dec 2024
https://github.com/leoelicos/wander
Node.js, Express.js, Sequelize, Heroku
bcryptjs dotenv expressjs heroku-deployment mysql2 nodejs sequelizejs
Last synced: 28 Nov 2024
https://github.com/tsheporamantso/technical-test-backend
Innovation Nexis Full stack development take home assessment back end repo
api controllers devise dotenv postman ruby-on-rails
Last synced: 19 Nov 2024
https://github.com/ashlynn4567/study-buddy
Study Buddy is an application where users can create, edit, and delete notes on a social media-like webpage. This is a collaboration project to create a Full-Stack web application using JavaScript, Node.js, Express.js, Handlebars.js , dotenv, bcrypt, MySQL2, and Sequelize.js.
bcrypt css dotenv expressjs handlebarsjs heroku html javascript mysql2 nodejs npm sequelizejs
Last synced: 28 Nov 2024
https://github.com/drewk2629/tech-blog
Blog style website with Technology in mind.
blog dotenv expressjs handlebarsjs mysql nodejs sequelize
Last synced: 28 Nov 2024
https://github.com/kfarshchian/whats-new-in-tech
Tech blog site to share new technology and comment on other blogs.
bcrypt bootstrap connect-session-sequelize dotenv express express-handlebars express-session handlebarsjs mysql mysql2 sequelize
Last synced: 28 Nov 2024
https://github.com/ashlynn4567/tech-blog
This is my fourteenth challenge assignment for the University of Oregon Coding Bootcamp 2022. In this challenge, I use Sequelize, Express.js, and Handlebars.js to build a fullstack application that follows the MVC Paradigm. Users can create posts, edit posts, and comment on other's posts in this wordpress-type website.
bcrypt connect-session-sequelize css dotenv express-session expressjs fakerjs handlebarsjs javascript mysql2 nodejs npm sequelize
Last synced: 28 Nov 2024