Scheddy helps you schedule meetings without the back-and-forth emails.
- Get clear visibility.
- Quickly discover who’s available
- Skip the email games. No more back-and-forth emails.
- Stay in control. With Scheddy, you invite people to choose one of your proposed times.
- Clone this repo:
git clone [email protected]:arihantbansal/devsoc-project.git
- Change to the repo directory:
cd devsoc-project
- Make a virtual environment for your project as
mkvirtualenv venv
. If you have already made a virtual environment, then activate it usingworkon venv
- Install dependencies with pip:
pip install -r requirements.txt
- Specify the Flask application by:
export FLASK_APP=application.py
(on Unix) orset FLASK_APP=application.py
(on Windows) - Finally run the application by:
python -m flask run
or simplyflask run
The landing page of the website gives a brief introduction about our team and the features of our website.
New users have to click on “Register” and enter their username and password that they wish to use in the website.
Once registered, the users can simply “Log In” to the website using their username and password.
After logging in, the page displays whether the user already has a meeting time slot scheduled.
The users have to then enter their preferred time slot.
The “Start Time” must be earlier than the “End Time”, else an error message pops up.
Once you have set your time slot, you are good to go.
Now enter the username of the person who want to have a meeting with. The website will automatically find the common time when both of the users are free. Now feel free to start a GMeet and chat with your friends.
An error message will pop in case the username you enter does not exist. So, ask your friends to login with their real names