Skip to content

Instantly share code, notes, and snippets.

View gokulyc's full-sized avatar
🎯
Focusing

Gokul gokulyc

🎯
Focusing
View GitHub Profile
app.js
*********************
const path = require("path");
const express = require("express");
const bodyParser = require("body-parser");
const mongoose = require("mongoose");
const multer = require("multer");