https://github.com/mudssrali/vocial
Social Voting learning app build with Elixir - Phoenix - Ecto
https://github.com/mudssrali/vocial
Last synced: 3 months ago
JSON representation
Social Voting learning app build with Elixir - Phoenix - Ecto
- Host: GitHub
- URL: https://github.com/mudssrali/vocial
- Owner: mudssrali
- Created: 2021-05-22T13:10:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-05T10:48:02.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T06:33:59.413Z (4 months ago)
- Language: Elixir
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vocial
Database server
* postgres
* db name: *vocial_dev*
* port: 5432To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`Running in Docker using docker-compose
* build `vocial` image
> docker docker build -t vocial .
OR
> docker-compose build -t vocial .
* build database image and up application
> docker-compose up
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Helping Links
- [How to Run Your Phoenix Application with Docker](https://pspdfkit.com/blog/2018/how-to-run-your-phoenix-application-with-docker/)
- [Deploy a Phoenix app with Docker stack](https://dev.to/ilsanto/deploy-a-phoenix-app-with-docker-stack-1j9c)