Skip to content

madhawa1984/inventoryManagementApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inventoryManagementApi

create the following sql statements before run the application

need to create the user and gran permission on the data base;

CREATE DATABASE IF NOT EXISTS openinventorymgt; GRANT ALL PRIVILEGES ON openinventorymgt.* TO openinventoryuser@localhost IDENTIFIED BY 'openinvuser123'; FLUSH PRIVILEGES; mysql -u openinventoryuser -p openinvuser123 openinvenroty;

How to run this application on IDE:- pass followiing argumets as program arguments of the DailyworktrackerApplication class --spring.profiles.active=dev

TODO add Excepption controller to capture the exception

enable google sigining

    - manage session along with google signing

enable facebook signing

    - manage session with facebook signing

listen to the facebook google events and logout the application - based on the event revoke the

JWT tokens before the token expiration

enable authenticate route with the JWT token.

About

Purpose of this api is to let any orgnization / person to manage their own inventories using this api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors