Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horusgoul/tweeter
Dev challenge solution to https://devchallenges.io/challenges/rleoQc34THclWx1cFFKH
https://github.com/horusgoul/tweeter
ecto elixir liveview phoenix twitter-clone
Last synced: 6 days ago
JSON representation
Dev challenge solution to https://devchallenges.io/challenges/rleoQc34THclWx1cFFKH
- Host: GitHub
- URL: https://github.com/horusgoul/tweeter
- Owner: HorusGoul
- Created: 2020-11-25T17:54:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T03:51:59.000Z (about 4 years ago)
- Last Synced: 2024-11-09T16:05:24.306Z (2 months ago)
- Topics: ecto, elixir, liveview, phoenix, twitter-clone
- Language: Elixir
- Homepage: https://tweeter.lab.horus.dev/
- Size: 192 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweeter
To start your Phoenix server:
- Create a `.env` file based on `.env.template`
- Launch `docker-compose up db` in a terminal
- Install dependencies with `mix deps.get`
- Create and migrate your database with `mix ecto.setup`
- Install Node.js dependencies with `npm install` inside the `assets` directory
- Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix