Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpak123 committed Apr 8, 2024
1 parent c3ffa87 commit dc6ee29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const app = require('./index');
const port = process.env.PORT || 3000;

// Start the server

app.listen(port, () => {
console.log(`Student Match app listening on port ${port}`);
})

0 comments on commit dc6ee29

Please sign in to comment.