- checkout postman documentation for detailed Description
- install docker and docker-compose
$ docker-compose up -d --build $ docker exec -it rediscontainer redis-cliRun init.sql file in script to create Database and Table
path: /dbinit/init.sql
prerequiste docker docker compose
To run this project, you will need to add the following environment variables to your .env file
DB_HOST
DB_USER
DB_NAME
DB_PASSWORD
DB_PORT
PORT
REDIS_URI
//used https://ethereal.email/create to create auth and pass
MAIL_SENDER_AUTH = 'email'
MAIL_SENDER_PASS = 'password'
