implementation de nodemailer for email validation
This commit is contained in:
7
backend/server.js
Normal file
7
backend/server.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const app = require("./src/app");
|
||||
|
||||
const PORT = process.env.PORT || 5000;
|
||||
|
||||
app.listen(PORT, () => {
|
||||
console.log(`Serveur lancé sur http://localhost:${PORT}`);
|
||||
});
|
||||
Reference in New Issue
Block a user