Skip to content

isabelamoraes/elixir-chirp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chirp

A Twitter timeline clone

Features   |    Getting Started   |    Reference

Application Demo

Features

This project was developed with the following technologies:

  • Phoenix Framework - 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:

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

Learn more

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published