🚧 🚧 🚧
Handan is a project under construction, it is one of the ERP (MES) solutions for small and medium-sized enterprises.
To start your Phoenix server and run tests:
- Run
mix setup
to install and setup dependencies - Run
mix test
to run tests for your application - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
- Now you can visit
http://localhost:4000
from your browser.
This project utilizes the following technologies:
- Phoenix: A web framework for Elixir that allows for the creation of fast, scalable, and maintainable web applications.
- Commanded(CQRS): A command handling framework for building event-driven systems.
- Absinthe(GraphQL): A query language for APIs that allows for more flexible and efficient data retrieval.
- Core Domain Model
- Accounts
- Enterprise
- Stock && Item
- Selling
- Purchasing
- Production
- Finance
- Subcontracting
Bug report or pull request are welcome.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Please write unit test with your code if necessary.
handan is available as open source under the terms of the MIT License.