savjaylade84 / simple_Calendar_Event

simple calendar in flask that add event in the mysql database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calendar Event

only function is adding event in the mysql database

  1. To Run this web application you need to download the dependencies

pip3 install flask flask_mysqldb yaml

  1. To Run Flask Web application

python "init.py"
-- OR --
python3 "init.py"

  1. Then go to the port that the flask server provided like example

localhost:5000

  1. it also prompt in the terminal once you run the flask
  2. Then to make the database work you need to download the MySQL Server
  3. Then run or execute the SQL script file name "importDatabase.sql"
  4. For configuration of the database information like password or username go to
    path file static/database then edit the yaml file

About

simple calendar in flask that add event in the mysql database


Languages

Language:SCSS 35.5%Language:HTML 34.3%Language:Python 24.7%Language:JavaScript 5.5%