Skip to content

Simple signup webpage with Nodejs for InternetEngineering Course

License

Notifications You must be signed in to change notification settings

AsadiAhmad/Simple-Signup-Nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Signup-Nodejs

install xampp and run Apache and MySQL

Create table in data base

CREATE TABLE `user` (
  `id` int(11) NOT NULL,
  `username` varchar(255) DEFAULT NULL,
  `lastname` varchar(255) DEFAULT NULL,
  `gender` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

run this command:

  1. for npm libraries
    • npm install body-parser
    • npm install express
    • npm install mysql
    • npm install path
  2. for running server
    • node app.js

Webpage

About

Simple signup webpage with Nodejs for InternetEngineering Course

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published