Skip to content

Commit

Permalink
basic project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan-git committed Dec 23, 2024
1 parent 22da270 commit edc8088
Show file tree
Hide file tree
Showing 4 changed files with 1,469 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.env
5 changes: 5 additions & 0 deletions backend/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import dotenv from "dotenv";
dotenv.config();
import express from "express";

const app = express();
Loading

0 comments on commit edc8088

Please sign in to comment.