https://github.com/mrgravity817/mauction
Real-time bidding auction app
https://github.com/mrgravity817/mauction
elixir phoenix
Last synced: 8 days ago
JSON representation
Real-time bidding auction app
- Host: GitHub
- URL: https://github.com/mrgravity817/mauction
- Owner: MRGRAVITY817
- Created: 2023-01-14T00:28:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T16:13:30.000Z (over 3 years ago)
- Last Synced: 2025-02-24T23:44:02.009Z (over 1 year ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mauction
## Useful Commands
- Compile project: `mix compile`
- Interact with project: `iex -S mix`
- Start Phoenix server: `cd apps/mauction_web && mix phx.server`
- Setup database: `mix ecto.create`
- Create database migration file: `mix ecto.gen.migration `
- Show database migration list: `mix ecto.migrations`
- Run database migration: `mix ecto.migrate`
- Rollback database migration: `mix ecto.rollback`