https://github.com/abc3/vot-backend
https://github.com/abc3/vot-backend
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abc3/vot-backend
- Owner: abc3
- Created: 2021-04-16T07:36:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T13:51:31.000Z (about 4 years ago)
- Last Synced: 2025-01-11T20:44:24.091Z (5 months ago)
- Language: Elixir
- Size: 21.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vot
To start your Phoenix server:
* Setup the project with `mix setup`
* Start Phoenix endpoint with `mix phx.server`
* Start dev `make dev`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Add migration `mix ecto.migrate -r Vot.ClickHouseRepo`
`mix ecto.gen.migration add.. -r Vot.ClickHouseRepo`
### ClickHouse`docker run -d --name clickhouse-local -p 8123:8123 -p 9000:9000 --ulimit nofile=262144:262144 yandex/clickhouse-server`