You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/1.0.0/index.html
+78-3Lines changed: 78 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,23 @@ <h3>api 1.0.0</h3>
44
44
45
45
<section>
46
46
<article><h1>Work Api</h1><p>A "work" api provides endpoints for record of proposals and records for proposals, are included and finalized for a record of their records.</p>
<h2>Documentation</h2><p>This project uses docker-compose to be able to facilitate the development, to run the project just have installed the doker and docker-compose.</p>
48
+
<p>With docker-compose and docker installed use the following commands to run the project:</p>
49
+
<preclass="prettyprint source lang-console"><code>[user@machine:~]$ docker-compose up
50
+
51
+
# If superuser access is required use
52
+
53
+
[user@machine:~]$ sudo docker-compose up
54
+
</code></pre><p>The system displays logs of access and requests in the console and stores in files also, the log file is located in the directory /api/src/log/access.log, already for changes in the proposals the system stores the information referring to the operation directly in the MongoDb in collection log.</p>
0 commit comments