Skip to content

DevConMyanmar/devcon-api-2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevCon 2014 API

Warning: This is WIP project.

The API is written in Elixir language and uses Phoenix Web Framework.

Prerequisites

  1. Install Elixir.
  2. Install Postgresql.

To start application you have to:

  1. Install dependencies with mix deps.get
  2. You can change your postgres configuration at lib\devcon\repo.ex
  3. Do database migrations with mix ecto.migrate Repo
  4. Start Phoenix router with mix phoenix.start

Now you can visit localhost:4000 from your browser. List all available commands with mix help

Notes

  • If you choose to change the application's structure, you could manually start the router from your code like this Devcon.Router.start

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT

Releases

No releases published

Packages

No packages published

Languages