https://github.com/pkrawat1/contract-manager
Contract Manager
https://github.com/pkrawat1/contract-manager
elixir phoenix
Last synced: about 1 year ago
JSON representation
Contract Manager
- Host: GitHub
- URL: https://github.com/pkrawat1/contract-manager
- Owner: pkrawat1
- Created: 2018-04-24T09:52:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T09:34:54.000Z (about 8 years ago)
- Last Synced: 2025-02-04T14:50:02.292Z (over 1 year ago)
- Topics: elixir, phoenix
- Language: Elixir
- Size: 308 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ContractManager
UI Demo [link](http://recordit.co/lvZQKHlBGa) There is some info's like date, to, from for a transaction etc which I have not displayed so far as I was mostly interested in status of the transaction. This is something I was planning to work on but didn't get time.
Setup and Configs:
* clone the repo from bitbucket
```
$ git clone git@bitbucket.org:pkrawat1/ct_man.git
```
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Seed Data
```
$ mix run priv/repo/seeds.exs
```
* Install React dependency
```
$ cd assets
$ yarn install
```
* Run the Phoenix server from root folder: `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.