From e0a0934dd2db85db02143dd95bd83fb9faedb002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Sz=2E=20Sztup=C3=A1k?= Date: Tue, 1 Aug 2023 22:02:34 +0100 Subject: [PATCH] Update docs to refer to PostgreSQL and Render MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zsolt Sz. Sztupák --- 300.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/300.md b/300.md index 79ec767a7c..cca175d018 100644 --- a/300.md +++ b/300.md @@ -6,14 +6,9 @@ You can use any database of your choosing - most likely PostgreSQL or MongoDB. ## Setting up your Database -To setup your database you can use either - -- MongoDB - - Using MongoDB Atlas - - https://www.mongodb.com/cloud/atlas -- PostgreSQL - - Using Heroku - - https://dev.to/prisma/how-to-setup-a-free-postgresql-database-on-heroku-1dc1 +To setup your database prefer using PostgreSQL on Render. + +Please read the guide at https://syllabus.codeyourfuture.io/guides/deployment-render/creating-a-postgres-db on how to install PostgreSQL on Render Ask for help on Slack if you need help with this