Coder Social home page Coder Social logo

alireza01100011 / planningwebapplication Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 10.69 MB

Planning web application | Time Management

Home Page: https://github.com/alireza01100011/

License: Other

Python 79.13% CSS 3.16% JavaScript 17.70%
docker-compose flask nginx python3 redis sqlalchemy-python webapp

planningwebapplication's Introduction

license :

  The most important rule: for any commercial use! or public service you must buy application template [sneat] 
  from original source (https://themeselection.com/item/sneat-bootstrap-html-admin-template/).
  
  The backend codes are completely free and copying is allowed with reference to the source!

Planning web application | Time Management

image

--- Desktop ---

--- Mobile ---

This application is developed with the Flask framework and uses Python 3.10. It uses SQLalchemy ORM to communicate with the database.

Database model :

image

  • The data is stored in the database in the form of (groups - tasks - events) pickled

    For example: an event is first converted into this class, in the next step it is converted into a pickle, and finally it is stored in the database.

    image

  • Note: The classes are stored in a list and then they are pickled

    image



Run

First, fill in the configuration files :

  • /.env -> For Method.1
  • /app/.env -> For Method.2

Method.1 For Develoop And Test :

cd app
python3 pip install -r requirements.txt
python3 -m flask db init && python3 -m flask db migrate && python3 -m flask db upgrade
python3 -m flask db run --debug

Method.2 For Product Use :

  • Simple command :

docker-compose up --build -d





Todo :

  • Forget PassWord
  • Leave handling of static files to Engenic
  • Add profile picture for users
  • Building the base class and reducing the code size of the section {app.mod_application.memory_management}
  • Optimization

planningwebapplication's People

Contributors

arman-async avatar alireza01100011 avatar

Watchers

 avatar

Forkers

arman-async

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.