Skip to content

makso94/scheduling-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appointment Scheduling, Server App (Backend)

This project is writen in Laravel 8.12

In order to run this project, follow the following steps:

  1. To run this project you need to have installed Docker engine on your local machine.

    Docker installation tutorial for Ubuntu distros

  2. Clone github project

  3. From your local machine run docker_console.sh script

    The script MUST be runned from project root directory

      ./scripts/docker_console.sh
    
  4. In the running container run docker_serve.sh script in order to serve the project

    The script MUST be runned from project root directory

      ./scripts/docker_serve.sh
    
  5. Continue the steps for Frontend


MySQL General LOG

You can monitor MySQL general log with the following command

  tail -f mysql/general_log.log

Note: This project is made for the purpose of graduate thesis.

About

Appointment Scheduling (Backend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published