Skip to content

Commit

Permalink
added readme for project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
myolwin00 committed Sep 20, 2019
1 parent 8574ed5 commit 2871c66
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# Glory

## Setup

Before opening the project, you need to create **confidential.properties** file in the project root directory and add your **TMDB** api key like below:
```
TMDB_API_KEY = "your_api_key"
```

If you don't have an api key yet, go ahead and register an api key [here](https://www.themoviedb.org).

0 comments on commit 2871c66

Please sign in to comment.