05 API - backend
API Cheat sheet - LinkedIn
Installation
npm i express mongoose dotenv cookie-parser
nothing
import express, { json } from 'express';
const app = express();
// (3.) databse connection and ...
import mongoose from 'mongoose'; // 3
mongoose.connect...
krayush1109.hashnode.dev2 min read