Git Product home page Git Product logo

frontend_backend_node_mysql_project's Introduction

Note: Please use your own Database for this by creating a MYsql database. Created a small REST API and a web page.

Problem Statement:

  1. Create a Web form which will take inputs from user. Below are the form fields. a. User Name b. Password c. Email Id d. Phone Number • Note*: Use input field validation.
  2. Create a REST API which will take request from the HTML form and insert the data into MySQL database along with the current Date and Time.
  3. Your API should insert the record if it doesn‘t exist, else update the previous record.
  4. Create a search bar which will take email id as input and show the respective record if exist, else show error.
  5. MySQL Table struct and connection details; a. Table Struct: userName varchar(25) NOT Null, emailId varchar(50) primary key, phoneNo varchar(10) Not Null, password varchar(50) Not Null, dateTime Timestamp

• Note*: You should use Node js for API creation.

frontend_backend_node_mysql_project

frontend_backend_node_mysql_project's People

Contributors

ritikvirus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.