Skip to content

beingsaumyadeep/react-node-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Auth with MySQL, Sequalize, NodeJS, and React

SQL Code

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `first_name` varchar(25) NOT NULL,
  `last_name` varchar(25) NOT NULL,
  `email` varchar(50) NOT NULL,
  `password` text NOT NULL,
  `country` varchar(25) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

About

Auth with MySQL, Sequalize, NodeJS, and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published