https://github.com/isabelamoraes/elixir-chirp
https://github.com/isabelamoraes/elixir-chirp
elixir phoenix phoenix-framework
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/elixir-chirp
- Owner: isabelamoraes
- Created: 2022-07-31T02:30:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T23:52:05.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T01:12:43.376Z (4 months ago)
- Topics: elixir, phoenix, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 4.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chirp
A Twitter timeline clone
Features |
Getting Started |
Reference
![]()
## Features
This project was developed with the following technologies:
- **[Phoenix Framework](https://www.phoenixframework.org/)** - A web framework for the Elixir programming language that gives you peace of mind from development to production.
## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/elixir-chirp.git# Go into the repository
$ cd elixir-chirp# Install dependencies
$ mix deps.get# Create and migrate your database
$ mix ecto.setup# Start Phoenix endpoint
$ mix phx.server# Start Phoenix inside IEx
$ iex -S mix phx.server```
Now you can visit [`localhost:4000/posts`](http://localhost:4000/posts) from your browser.
## Reference
This application was created with the intention of taking the first steps in studying Elixir and the Phoenix framework and the idea was inspired by this [`video`](https://www.youtube.com/watch?v=MZvmYaFkNJI&ab_channel=ChrisMcCord).
## 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