Skip to content

Commit 872c9bb

Browse files
authored
Merge pull request #58 from eldimious/feature/NAS-0_remove_travis
NAS-0: remove travis
2 parents d2dce43 + 327098d commit 872c9bb

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ Create an .env file in project root to register the following required environme
6262

6363
### Use Docker: ###
6464

65-
You can use Docker to start the app locally. The Dockerfile and the docker-compose.yml are already provided for you. For this option you must specify following var in the .env file:
66-
67-
DATABASE_URL
68-
69-
then run the following command:
65+
You can use Docker to start the app locally. The Dockerfile and the docker-compose.yml are already provided for you. You have to run the following command:
7066

7167
```shell
7268
docker-compose up
@@ -200,6 +196,7 @@ GET /users/:userId/posts/:postId
200196
- [Express-validator](https://github.com/ctavan/express-validator)
201197
- [Bcrypt](https://github.com/dcodeIO/bcrypt.js)
202198
- [Jsonwebtoken](https://github.com/auth0/node-jsonwebtoken)
199+
- [Redis](https://github.com/redis/node-redis)
203200
- [Mocha](https://www.npmjs.com/package/mocha)
204201
- [Chai](https://www.npmjs.com/package/chai)
205202
- [Sinon](https://www.npmjs.com/package/sinon)

0 commit comments

Comments
 (0)