Skip to content

Conversation

@amadich
Copy link

@amadich amadich commented Jan 17, 2023

Use free database mongoose : with script this
app.get("/insert", async (req,res) => {
const fmyc = new myc({timename: "Fin", timeEnergie: 100});
try{
await fmyc.save();
res.send("my Collection Inserted!");
}catch(err) {console.log(err);}
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants