Skip to content

zoxxx/nodejs-user-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-user-api

An example of simple nodejs user api

Project uses MySQL for users table.

CREATE TABLE users ( email varchar(100) NOT NULL, password varchar(100) DEFAULT NULL, active tinyint(1) DEFAULT 0, PRIMARY KEY (email) );

About

An example of simple nodejs user api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors