FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Step 3: Setup Backend
How-ToSystems

Step 3: Setup Backend

via Dev.to TutorialNabilla Trisnani2h ago

Installation For my backend, I’m going to use Prisma. This is my first time ever to use Prisma, so… any feedbacks are welcome. Anyway, let’s move to the first step. 1. Install Prisma npm install prisma -- save - dev npm install @ prisma /clien t npm install @ prisma /adapter-p g npm install pg 2. Init Prisma npx prisma init It will create something like this: prisma / schema . prisma Inside the schema.prisma , it will look something like this: generator client { provider = " prisma-client " output = " ../src/generated/prisma " } datasource db { provider = " postgresql " } 3. Setup Database Since I’m using PostgreSQL, in the .env file, I’m going to change it to something like this: DATABASE_URL = " postgresql://USER:PASSWORD@localhost:5432/NAMA_DB " For example: DATABASE_URL = " postgresql://postgres:123456@localhost:5432/mydb " Don’t forget to run PostgreSQL and create the database. For this project, I’m going to create the database by running: CREATE DATABASE note_taking_app ; That li

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
1 views

Related Articles

How-To

The most important 40 mcq with its answers How to use Android visual studio to make a mobile app

Medium Programming • 3h ago

What is Agent Script? How to Build Agents with It in Agentforce
How-To

What is Agent Script? How to Build Agents with It in Agentforce

Medium Programming • 3h ago

I Coded 3 Famous Trading Strategies in Pine Script and Backtested All of Them. None Passed.
How-To

I Coded 3 Famous Trading Strategies in Pine Script and Backtested All of Them. None Passed.

Medium Programming • 4h ago

Belkin’s battery-equipped Switch 2 case is more than 35 percent off right now
How-To

Belkin’s battery-equipped Switch 2 case is more than 35 percent off right now

The Verge • 5h ago

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra
How-To

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra

ZDNet • 6h ago

Discover More Articles