update link to upper-constraints.txt
[modeling/etsicatalog.git] / README.md
index 5d50c54..d815e8d 100644 (file)
--- a/README.md
+++ b/README.md
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# Micro service of generic parser.
+# Micro service of etsicatalog.
 
 1. Code structure guide
    ./         project files
    ./docker   docker related scripts
    ./logs     log file
-   ./genericparser  generic parser management
-       ./packages      package life cycle API& logic
+   ./catalog  package management and generic parser service
+       ./packages      package life cycle API & logic
              ./               API url definition
              ./views          API related views, each operation is a view
              ./serializers    API related request and response parameters.
                               Suggest related to sol003/sol005, each datatype is a file.
                               Common datatypes are put into the common file
-             ./biz            Package management busyness logic files
-             ./tests          All the test case. At least each API should have a test case
+             ./biz            Package management business logic files
+             ./tests          All the test case. Each API should have at least a test case.
        ./jobs      Related job
        ./pub       Common class, including database, external micro service API, utils, and config parameters.
-       ./samples   generic parser micro service health check
-       ./swagger   Auto-generate generic parser swagger json or yaml files
-   ./static/genericparser  package storage
+       ./samples   Catalog micro service health check
+       ./swagger   Auto-generate catalog swagger json or yaml files
+   ./static/catalog  package storage