MuhammeedAlaa / MasterClassBackEnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MasterClass Back End

This is the back end apis for master class learning manegement system.

Requierments

  • you must have the .env file in the root directory.

Example for .env

     JWT_SECRET=secret
     JWT_EXP_DATE=10000
     MAIL_SERVICE=smtp.gmail.com
     MAIL_PORT=587
     EMAIL=example@gmail.com
     PASSWORD=password
     AUTHENTICATION=plain
  • You must have the master.key file in the config directory

  • You must have Docker and docker-compose installed.

Install instructions

  • Run docker-compose up -d on this directory
  • Head your request to localhost:3000

About

License:MIT License


Languages

Language:Ruby 98.7%Language:HTML 0.8%Language:Dockerfile 0.5%