godsxfinger / AuthLogin

A site which lets the visitor create an account using their Email ID and password and then sign in to view the homepage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuthLogin

This is a Project repo for Technical interview.

Banner

Prerequisite

lampp

How to install

psql -U postgres
\c databasename
CREATE TABLE users (id serial not null primary key, name varchar(255)) not null, email varchar(255) not null, password varchar(255) not null);
  • Start Npm from the source (npm start)
  • Vist (localhost:3000)
Technologies used: Javascript, HTML, CSS, NodeJS.
Working of the API was tested on Burpsuite.

About

A site which lets the visitor create an account using their Email ID and password and then sign in to view the homepage.


Languages

Language:JavaScript 45.3%Language:CSS 31.2%Language:HTML 23.5%