Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wwleak/dragonball
Browse files Browse the repository at this point in the history
  • Loading branch information
eiberham committed Oct 25, 2020
2 parents 898c7e0 + 20dc9bd commit 0ff8f3f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ The application is compound of the following features:
<li>Clustering via pm2 package</li>
<li>JWT authentication and routes protection</li>
<li>Fancy OAPI Front-end</li>
<li>Notifications through AWS's SES</li>
</ol>

As a side note endpoint tests via mocha and supertest packages were added for major robustness.
Expand Down Expand Up @@ -97,7 +96,7 @@ There's a OAPI resource to test all the endpoints, you have to log yourself in i
Before doing anything you should clone the repo:

```console
foo@bar:~$ git clone https://github.com/wwleak/dragonball.git
foo@bar:~$ git clone https://github.com/eiberham/dragonball.git
```

You should first install docker and docker compose by running:
Expand All @@ -124,6 +123,17 @@ If for any reason, you come across with the following error while trying to log
foo@bar:~$ sudo apt install gnupg2 pass
```

...Or if you face an error like this

```console
ERROR: for db Cannot start service db: driver failed programming external connectivity on endpoint
```
Just run

```console
foo@bar:~$ service mongodb stop
```

Finally run compose:

```console
Expand Down

0 comments on commit 0ff8f3f

Please sign in to comment.