Skip to content

vivek-yamsani/auth_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

First clone the repo then spin up mysql and phpmyadmin

cd docker
docker-compose up

then intialize the database with init.sql file in mysql console

docker exec -it docker_db_1 bash
mysql -u root -p7149
source /src/init.sql

now install dependencies with npm

npm install

now we are good to go

npm start 

post /login ---> for login

post /signup ---> for signup

post /update ---> for update in password

naming convention for html elements is

username,password,new_password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors