Skip to content

Commit

Permalink
Diabetes backend
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilrgeorge007 committed Mar 19, 2023
1 parent d7b9672 commit 7724d54
Show file tree
Hide file tree
Showing 5 changed files with 70,747 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mongoose.connect(MONGO_DB_CONFIG.DB,{
app.use(express.json());
app.use("/api/auth",require("./routes/auth.routes"));
app.use("/api/heart",require("./routes/heart.routes"));
app.use("/api/diabetes",require("./routes/diabetes.routes"));

app.listen(process.env.port || 4000, ()=>{
console.log("Server running")
Expand Down

0 comments on commit 7724d54

Please sign in to comment.