Skip to content

Eigo-Mt-Fuji/elic-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElicApi

Architecture

Architecture

Basic

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 cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

Note

  737  mix archive.uninstall phx_new-1.4.0-rc.2
  738  mix archive
  739  mix archive.install hex phx_new 1.4.0
  743  mix phx.new --app elic_api elic-api
  744  cd elic-api/
  747  git init
  748  git remote add origin git@github.com:Eigo-Mt-Fuji/elic-api.git
  749  git fetch origin
  750  git add ./
  752  git status
  754  git commit -m "init"
  757  mix deps.get
  762  git push origin master

About

Elic先生のサーバサイドAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published