Skip to content

Commit

Permalink
update file
Browse files Browse the repository at this point in the history
  • Loading branch information
aiikendoit committed Feb 7, 2023
1 parent a55d7b8 commit da22445
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
console.log('Hello World')
const express = require('express')
const dotenv = require('dotenv').config()
const port = 5000

const app = express()

app.listen(port, () => console.log(`Server started on port ${port}`))

0 comments on commit da22445

Please sign in to comment.