An open API service indexing awesome lists of open source software.

https://github.com/isabelamoraes/elixir-chirp


https://github.com/isabelamoraes/elixir-chirp

elixir phoenix phoenix-framework

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        


Chirp


A Twitter timeline clone


Features   |   
Getting Started   |   
Reference


Application Demo

## 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