Skip to content

Using this application, terraformers can track the availability of other terraformers and use that information to schedule appointments.

Notifications You must be signed in to change notification settings

Karthikrajatp/Appointment-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appointment Scheduler

Using this application, Employees have the ability to monitor the availability of their fellow colleagues, which empowers them to efficiently schedule appointments and coordinate their work effectively.

This project was created using

Running the Server

In the project directory, you can run:

gunicorn -w 4 --bind 0.0.0.0:6100 main:gunicorn_app

Runs the app in the development mode.
Open http://localhost:6100/ to view it in your browser.

Missing Modules

Recommended to create virtual environment and install modules from requirements.txt using:

pip install -r requirements.txt

About

Using this application, terraformers can track the availability of other terraformers and use that information to schedule appointments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published