Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byhbt/kwtool
Keyword research tool (educational project)
https://github.com/byhbt/kwtool
docker elixir keyword phoenix
Last synced: about 6 hours ago
JSON representation
Keyword research tool (educational project)
- Host: GitHub
- URL: https://github.com/byhbt/kwtool
- Owner: byhbt
- License: mit
- Created: 2021-03-21T16:30:24.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-28T04:59:37.000Z (over 2 years ago)
- Last Synced: 2024-04-17T04:16:58.089Z (7 months ago)
- Topics: docker, elixir, keyword, phoenix
- Language: Elixir
- Homepage:
- Size: 1.15 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KWTool - Keyword research tool 🦀
> Tool for keywords research using Elixir and Phoenix Framework
### 🏠 [Homepage](https://kw-tool.herokuapp.com)
### ✨ [Demo](https://kw-tool.herokuapp.com)
## Roadmap
[Kanban Board](https://github.com/byhbt/kwtool/projects/1)
## Prerequisites
Please make sure you install the correct version of below software in order to start working or testing on this project.
- Elixir 1.10
- Mix 1.11.3
- Phoenix 1.5.8
- Docker 20.10.0
- Docker Compose 1.27.4## Development
Run the `docker-compose` to start the Postgresql and Redis service which is required for the app.
```sh
docker-compose up
```Run migrations
```sh
mix ecto.migrate
```## Run tests
(updating)
## Author
👤 **Thanh Huynh**
* Twitter: [@huynhbathanh](https://twitter.com/huynhbathanh)
* Github: [@byhbt](https://github.com/byhbt)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/byhbt/kwtool/issues). You can also take a look at the [contributing guide](https://github.com/byhbt/kwtool/wiki/Contribute).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [Thanh Huynh](https://github.com/byhbt).
This project is [MIT](https://opensource.org/licenses/MIT) licensed.