Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ctkqiang/phonenix_playground
- Owner: ctkqiang
- Created: 2021-06-03T11:11:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T08:03:09.000Z (about 2 years ago)
- Last Synced: 2023-11-12T12:39:36.407Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 954 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.