https://github.com/2kabhishek/phoenix_counter
Count in Phoenix 🦅🔥
https://github.com/2kabhishek/phoenix_counter
elixir fullstack learning phoenix server
Last synced: 10 months ago
JSON representation
Count in Phoenix 🦅🔥
- Host: GitHub
- URL: https://github.com/2kabhishek/phoenix_counter
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2023-11-27T09:35:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T09:15:27.000Z (over 2 years ago)
- Last Synced: 2025-03-01T12:48:16.616Z (over 1 year ago)
- Topics: elixir, fullstack, learning, phoenix, server
- Language: Elixir
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A counter app built using phoenix.
## ✨ Features
- Built with atomic commits
- Can be used for learning purposes
## ⚡ Setup
### ⚙️ Requirements
- erlang (26.1.1)
- elixir (~1.15)
### 💻 Installation
To install phoenix run:
```bash
mix archive.install hex phx_new
```
Clone the repo
```bash
git clone https://github.com/2kabhishek/phoenix_counter
cd phoenix_counter
```
## 🚀 Usage
To start your Phoenix server:
- Run `mix setup` to install and setup dependencies
- Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
This app boilerplate was generated using
```bash
mix phx.new phoenix_counter --no-ecto --no-gettext --no-mailer --no-dashboard
```
## 🧑💻 Behind The Code
### 🌈 Inspiration
Wanted to explore Phoenix.
### 💡 Challenges/Learnings
- I had to clean up heroicons assests, doing that on every project where not needed.
- I learned more about the Phoenix and Elixir ecosystem.
### 🧰 Tooling
- [dots2k](https://github.com/2kabhishek/dots2k) — Dev Environment
- [nvim2k](https://github.com/2kabhishek/nvim2k) — Personalized Editor
- [sway2k](https://github.com/2kabhishek/sway2k) — Desktop Environment
- [qute2k](https://github.com/2kabhishek/qute2k) — Personalized Browser
### 🔍 More Info
- [phoenix_rest](https://github.com/2kabhishek/phoenix_rest) — REST API with Phoenix
⭐ hit the star button if you found this useful ⭐
Source
| Blog
| Twitter
| LinkedIn
| More Links
| Other Projects