Skip to content

hanzala123/Flask_calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issues MIT License


Flask Calendar

A simple flask calendar application with events manager.
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

product-screenshot product-screenshot2

I am making something with an integreted calender with events managment. This is not something you can find here a lot. So I made one with some help. It is simple to install and use. Redis was used for database.

Note: Redis is an in-memory database program but all the versions I used do store data in the drive as well. So a system reboot won't clear the database.

Built With

Getting Started

To get this program up and running follow these simple steps.

Prerequisites

Install Redis.

sudo apt install -y redis
sudo systemctl enable redis
sudo systemctl start redis

Installation

  1. Clone the repo
    git clone https://github.com/hanzala123/Flask_calendar.git
  2. Go to the directory
    cd Flask_calendar
  3. Install the requirements
    pip3 install -r requirements.txt
  4. Enter your password in the config.py
    WEB_PASSW = YOUR_PASSWORD_HERE

Usage

Start the program using

python3 main.py

Open your browser and visit http://localhost:8080/

Log in using the crendetials. The Default username is admin and password is 12345. You can change the password in the config.py file.

Note: It is wise to use the Remove all events button every year to keep everything fast and optimized.

Roadmap

Contributions are always welcome. See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - Hanzala Ibn Zahid

Project Link: https://github.com/hanzala123/Flask_calendar

Acknowledgements

About

A simple flask calendar application with events manager.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published