Skip to content

rustyonetwo/burritos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burritos

Server

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Client

  • Install dependencies with yarn install or npm install
  • Start the React application with yarn start or npm start

About

Simple Tech Challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 90.7%
  • JavaScript 4.6%
  • HTML 3.9%
  • CSS 0.8%