Skip to content

Nilomiranda/speak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speak

Setting up project

  • Run mix setup to install and setup dependencies
  • Copy content of .env.template to .env and setup the appropriate values
  • Run source .env to update the env vars
  • Run mix ecto.create to run the first setup for the database. This will create the project database if it doesn't exist
  • Now run mix ecto.migrate to run the migrations to have all tables and entities setup
  • Now you can start your phoenix server as described below.
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser. Https connection is also available localhost:4001

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

Learn more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published