jwt_authservice
This Is an Implementation Of JWT User Authentication Service In Golang Fiber Framework with postgresql
Install Docker
visit https://docs.docker.com/engine/install/
To Run Minio Object Storage Server Run Code Below In Terminal Or CommandPrompt
Docker Should be installed before running minio
docker run --name minio --publish 9000:9000 --publish 9001:9001 -e "MINIO_ROOT_USER=YOURUSERNAME" -e "MINIO_ROOT_PASSWORD=YOURPASSWORD" --volume d:/YourFolderPath: /data bitnami/minio:latest
OR
Visit https://min.io/docs/minio/container/index.html
Install Postgresql
visit https://www.postgresql.org/download/
Install Postman
visit https://www.postman.com/downloads/
Import The Postman Collection File From postman folder of the project
Some Screenshots hare ...
Register New user


LogIn Or Get Token

Get Profile With JWT Token

Add OR Update profile picture

Add OR Update Cover Picture

ADD SUPER USER
