|
@@ -1,2 +1,7 @@
|
|
|
# Server RESTful API
|
|
|
-Libs: ***flask***, ***flask-jwt-extended***, ***sqlalchemy***, ***psycopg2-binary***
|
|
|
+Libs: ***flask***, ***flask-jwt-extended***, ***sqlalchemy***, ***psycopg2-binary***
|
|
|
+
|
|
|
+When making changes to repositories, use the following commands:
|
|
|
+1. ```git fetch <remote> <branch>```
|
|
|
+2. ```git checkout <branch>```
|
|
|
+3. ```git pull```
|