Skip to content

Instantly share code, notes, and snippets.

@Lahirutech
Created June 4, 2022 09:35
Show Gist options
  • Save Lahirutech/a60afc05620762b2b5db95e58a702a67 to your computer and use it in GitHub Desktop.
Save Lahirutech/a60afc05620762b2b5db95e58a702a67 to your computer and use it in GitHub Desktop.
const express = require("express");
const app = express();
const cors = require("cors");
const mongoose = require("mongoose")
app.use(cors());
app.use(express.json());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment