CoderMantra

Menu
  • Home
  • Quiz
  • How-To
  • Q/A
  • Blog

nodejs assignments

How to insert data In table from node js in mongose?

May 26, 2023
| No Comments
| Assignments, node js questions, nodejs assignments, nodejs Projects, Practice Questions, Questions

Here, we will write a program to insert data into table in mongoose using node js, considering there is a table in the database and a connection has already been made. app.js file

Read More »

How to create table from node js in mongoose?

May 26, 2023
| No Comments
| Assignments, node js questions, nodejs assignments, nodejs Projects, Practice Questions, Questions

Here, we will write a program to create a table in mongoose with node js, considering that the connection has already been made and there is a database in place. app.js file

Read More »

How to create database from node js on mongoose. ?

May 26, 2023
| No Comments
| Assignments, node js questions, nodejs assignments, nodejs Projects, Practice Questions, Questions

Here, we will write a program to create database in mongoose from node js, considering that the connection has already been mad. app.js

Read More »

How to create a connection with mongoose in node js. ?

May 26, 2023
| No Comments
| Assignments, node js questions, nodejs assignments, nodejs Projects, Practice Questions, Questions

Here, we will write a program to establish connection with mongoose in node js. For this we will create a file app.js and require the necessary library. We also need to create a user in mongoose. app.js

Read More »

Explain routing with a simple example in node js.

May 26, 2023
| No Comments
| Assignments, node js questions, nodejs assignments, nodejs Projects, Practice Questions, Questions

Here, we will write a program to route our page using node js. This requires one single file called app.js in the root directory. app.js

Read More »

How to render variables in your ejs page?

May 26, 2023
| No Comments
| Assignments, node js questions, nodejs assignments, nodejs Projects, Practice Questions, Questions

Here, we will write a program to render variables into our ejs page using node js. For this we need to create two files, one app.js which will contain all the libraries and send the variable to ejs page and another will be index.ejs file where we will render the variables. app.js file in root…

Read More »

How to Create a login page with session in node js.?

May 26, 2023
| No Comments
| Assignments, node js questions, nodejs assignments, nodejs Projects, Practice Questions, Questions

Here, we will write a program to create a login page with session in node js. For this task we need to create a file called app.js where we will include all the library file and cookie sessions, which will provide functionality to our apis. Another file will be login.ejs inside the views folder which…

Read More »

  • 2 of 2
  • « Previous
  • 1
  • 2

nodejs assignments

  • How to Create a login page with session in node js.?
  • How to render variables in your ejs page?
  • Explain routing with a simple example in node js.
  • How to create a connection with mongoose in node js. ?
  • How to create database from node js on mongoose. ?
  • How to create table from node js in mongoose?
  • How to insert data In table from node js in mongose?
  • How to update data in table from node js in mongoose.
  • How to delete data from table from node js in mongoose?
  • Create a file using file system in node js. Perform  read, update,delete and rename functions on the file.
  • How to access function in your ejs page.
  • How to send e-mail using node js?
  • How to Create steps for forgot password link in node js ?
  • How to Create http module to transfer data over the Hyper Text Transfer Protocol?
  • How to upload a file using Node js.?
About CoderMantra

Coder Mantra is a unique e-learning website, offers a tutorial of different popular programming languages with examples. The code on this popular tutorial website is tested and executed.

Latest Posts
Simple Calculator Program in Python April 25, 2025
Number Guessing Game in Python April 25, 2025
Python Program to Swap Two Variables April 14, 2025
Java Quiz October 6, 2024
Contact Us

info@codermantra.com

admin@codermantra.com

© 2020 Coder Mantra . All Rights Reserved
About | Privacy Policy | Terms | Contact