Skip to content
/ perntest Public

React project using express backend and postgres database. Includes authentication using passport

Notifications You must be signed in to change notification settings

pakim/perntest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Database table

  create table users(
    id serial primary key,
    email varchar(100) unique not null,
    username varchar(100) unique not null,
    password text not null
  );

About

React project using express backend and postgres database. Includes authentication using passport

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published