https://github.com/marvinkweyu/communitywrites
A community-driven article publishing platform
https://github.com/marvinkweyu/communitywrites
alpinejs blog elixir phoenix phoenix-framework phoenix-liveview tailwindcss
Last synced: 5 months ago
JSON representation
A community-driven article publishing platform
- Host: GitHub
- URL: https://github.com/marvinkweyu/communitywrites
- Owner: MarvinKweyu
- License: gpl-3.0
- Created: 2022-08-26T15:14:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T12:31:27.000Z (about 3 years ago)
- Last Synced: 2025-02-12T09:58:22.132Z (over 1 year ago)
- Topics: alpinejs, blog, elixir, phoenix, phoenix-framework, phoenix-liveview, tailwindcss
- Language: Elixir
- Homepage:
- Size: 2.14 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CommunityWrites

> A community-driven publishing platform

## Local setup
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Visit [`localhost:4000`](http://localhost:4000) from your browser.
For a similar implementation in Django, locate [Publisher](https://github.com/MarvinKweyu/Publisher)
## Project path
**Project board:**
[Kanban](https://github.com/users/MarvinKweyu/projects/5/views/1)