Skip to content
/ micro Public

A tiny product management application in Elixir using the awesome Phoenix Framework.

License

Notifications You must be signed in to change notification settings

oxyyx/micro

Repository files navigation

Micro

A tiny product management application in Elixir using the awesome Phoenix framework. Written with a focus on performance and idiomatic design.

Getting started

To start your Phoenix app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Development

  1. Make sure you have Node JS installed locally.
  2. Install Node/static file dependencies using npm install and bower install
  3. Make your changes
  4. Start Phoenix as described above.

Gulp is included for running/compiling the custom Bootstrap files.

Ready to run in production? Please check the official Phoenix Framework deployment guides.

About

A tiny product management application in Elixir using the awesome Phoenix Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published