Обновить README.md
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
# MicroservicesExample
|
|
||||||
|
|
||||||
=======
|
|
||||||
# Microservices example
|
# Microservices example
|
||||||
|
|
||||||
This repository needs to be used as a template for all microservices that we are going to have in our project. For any questions, please ask AK (@notmewhyitsalwaysme)
|
This repository needs to be used as a template for all microservices that we are going to have in our project. For any questions, please ask AK (@notmewhyitsalwaysme)
|
||||||
@@ -10,7 +6,7 @@ This repository needs to be used as a template for all microservices that we are
|
|||||||
|
|
||||||
1. KISS - Keep It Simple
|
1. KISS - Keep It Simple
|
||||||
2. DRY - Don't Repeat Yourself
|
2. DRY - Don't Repeat Yourself
|
||||||
3. Camell case only
|
3. Snake case only
|
||||||
4. LONG NAME OF VARIABLE OK, AS FAR AS IT DESCRIBES WHAT THE VARIABLE IS USED FOR
|
4. LONG NAME OF VARIABLE OK, AS FAR AS IT DESCRIBES WHAT THE VARIABLE IS USED FOR
|
||||||
5. DO. NOT. USE. NAMES. SUCH. AS. "a, b, c, d, s" OR SOMETHING LIKE THAT YOUR STUPID BRAIN SUGGESTS
|
5. DO. NOT. USE. NAMES. SUCH. AS. "a, b, c, d, s" OR SOMETHING LIKE THAT YOUR STUPID BRAIN SUGGESTS
|
||||||
6. Principals 4 and 5 don't override each other. Truth is somewhere in the middle as always.
|
6. Principals 4 and 5 don't override each other. Truth is somewhere in the middle as always.
|
||||||
@@ -115,4 +111,3 @@ microservice_name/
|
|||||||
7. **Core** contains core functionality such as application configurations and security utilities.
|
7. **Core** contains core functionality such as application configurations and security utilities.
|
||||||
|
|
||||||
8. The **database.py** and **models.py** contains your sqlalchemy models
|
8. The **database.py** and **models.py** contains your sqlalchemy models
|
||||||
>>>>>>> 341c325 (restored)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user