From a655a0435444d0be4dcb48af056af3ba72ca6f9e Mon Sep 17 00:00:00 2001 From: bhavnisharora Date: Wed, 29 Jan 2025 02:36:55 +0530 Subject: [PATCH] project completed --- README.MD | 0 server/.env | 15 +++++++++++++++ server/.gitignore | 4 +--- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 README.MD create mode 100644 server/.env diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..e69de29 diff --git a/server/.env b/server/.env new file mode 100644 index 0000000..c6090da --- /dev/null +++ b/server/.env @@ -0,0 +1,15 @@ + +# Environment variables declared in this file are automatically made available to Prisma. +# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema + +# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. +# See the documentation for all the connection string options: https://pris.ly/d/connection-strings + +# DATABASE_URL="mongodb+srv://rishav:rishav123@blog.nnytd.mongodb.net/POC?retryWrites=true&w=majority&appName=Blog" +DATABASE_URL = "mongodb+srv://bhavnisharora786:fXcgbSYH0nImdhVT@userdata.qock5.mongodb.net/admin-dashboard?retryWrites=true&w=majority" + + +# my password +# fXcgbSYH0nImdhVT + +PORT=9999 diff --git a/server/.gitignore b/server/.gitignore index 6c6fecc..c68497e 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,4 +1,2 @@ node_modules -# Keep environment variables out of version control -.env -uploads +# Keep environment variables out of version contro