An open API service indexing awesome lists of open source software.

https://github.com/victorpre/bila_store

Mini Store written in Elixir - Phoenix
https://github.com/victorpre/bila_store

elixir market phoenix store

Last synced: about 1 year ago
JSON representation

Mini Store written in Elixir - Phoenix

Awesome Lists containing this project

README

          

# BilaStore
> Buy my stuff

![image](https://github.com/victorpre/bila_store/raw/master/assets/static/images/bila_store.png)

A tiny and quick project written in Elixir (Phoenix) that was written in order to provide me a way to display all the things that I selling before moving.

## Development
To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
 * Create an admin user with: `BilaStore.Auth.create_user(%{username: "username", password: "password"})`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).

## Contributing
Feel free to fork the project and contribute if you have any ideas. But again, this was made just for fun. Use as you want.

## Learn more

* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix