Skip to content

tcodes0/absynthe-phoenix-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  • mix startup
  • mix start

Now you can visit localhost:4000/playground from your browser.

Don't have mix?

You probably need to install elixir.

MacOS

  • install and setup asdf. Try with homebrew.

asdf plugin-add elixir erlang

asdf install elixir 1.9.2

latest

asdf install erlang 22.1

latest

erlang install takes about 10 minutes to compile the C source, and it can be tricky.

asdf current

mix should now be installed

Linux

PR welcome

Windows

PR welcome

Community

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages