Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration Form

A simple registration form built with Node.js and Express that stores data in a MongoDB server.

Installation

To set up the project environment, follow these steps:

  npm install my-project
  cd my-project

Installation

To set up the project environment, follow these steps:

  1. Install all dependencies:
  npm install
  1. Install Express for server-side logic:
  npm install express
  1. Install Nodemon for automatic server restarts during development:
  npm install nodemon
  1. Install Mongoose to interact with MongoDB:
  npm install mongoose
  1. Install body-parser to parse incoming request bodies:
  npm install body-parser

Running app

Run the following command

  npm run start

API Reference

Get all registered users

  localhost:3000/users

About

Registration form using node and express that adds data to mongodb server.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages