Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ctkqiang/phonenix_playground

A Phoenix Framework Tutorial
https://github.com/ctkqiang/phonenix_playground

Last synced: about 1 month ago
JSON representation

A Phoenix Framework Tutorial

Awesome Lists containing this project

README

        

# Phonenix Playground

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `npm install` inside the `assets` directory
* Create A MySql Database name `phonenix_playground_dev`. by `mysql -u root -p && CREATE DATABASE phonenix_playground_dev`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:3000`](http://localhost:3000) from your browser.