Platform project - Data Platform - Introduction

About a frontier
    step by step how to build your own database platform
two technical presentations 
   backend language python
   backend framework django-rest-framework
   front-end dynamic vue + vuex + axios
   the front ui element ui
   front-end framework vue-admin ui
three tools
    I recommend very pycharm classic IDE development tools, and can be drf vue framework development at the same time
end the separation framework around four
    advantages of the now popular python frameworks have been followed before and after the end of the separation policy, this can make better front-end research and development to help you expand function can reduce the cost of learning and better separation of business logic  
    disadvantage of any judgment regarding the safety or logic may need to do both front and rear ends, to prevent security issues, I have listed the following points
    rms 1 2 authentication login privileges determine the data transfer menu 3 and so on
five development process
   1 back end api python build interfaces
   2 interfaces using postman test api call
   3 vue build front-end
   4 before and after the end of the data exchange
six key points Note
    1 before the development of a functional module must complete the design process, such as a database query module, consider all case and restrictions designed to improve the function of the process at a later stage to avoid development Efficiency
    2 data interaction front and rear ends of a standardized data format, the various functional modules in common, uniform standard
    3 pre-projects in order to achieve the main function of the project, do not be afraid Code tedious repetition, the latter experienced, come and streamline the code, the package module assembly
    4 and a lot of R & D personnel exchanges and other colleagues to participate in the test platform. Continuous improvements designed to help you build a more robust platform
    5 on rights platform, which is part of the more complicated, the proposed project late and then build process, the first to implement the functions for the purpose of
seven supplements
   this is the opening chapter, I am also a rookie, is a step by step realize their platform capabilities. one final remark, did you want to build a platform so difficult, welcome to try, more exchanges

Guess you like

Origin www.cnblogs.com/danhuangpai/p/11307313.html