Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 491 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 491 Bytes

Server Core

Every time you tried to build a web application, it will take some time to build the structure and prepare some basic function. This is why we have server-core.

If it is taken for your own use, feel free to edit it. But we also have something you may need, and can save some of your time:

  • A basic errors handling struct ServiceError
  • Utils with some useful function, such as password encryption
  • Database functions, which enable you quickly add connection to server