Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caironoleto/futibas
https://github.com/caironoleto/futibas
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caironoleto/futibas
- Owner: caironoleto
- License: mit
- Created: 2019-05-18T13:24:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T12:46:20.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:43:22.986Z (3 months ago)
- Language: Elixir
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Futibas
Futibas it's the open source fantasy football manager.
## Installing / Getting started
The following instructions you will install and run the application.
### Prerequisites
To run this application, you will need to install the following dependencies in your system:
* [Elixir](https://elixir-lang.org/install.html)
* [Phoenix](https://hexdocs.pm/phoenix/installation.html)
* [Node](https://nodejs.org)
* [PostgreSQL](https://www.postgresql.org/download/macosx/)### Installing
To start your Futibas server, first, setup your dev environment
```
cp config/dev.exs.example config/dev.exs
```Create and migrate your database
```
mix ecto.setup
```Install Node.js dependencies
```
cd assets && npm install
```Then:
```
mix phx.server
```Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## Running the tests
Setup you test environment
```
cp config/test.exs.example config/test.exs
```And run
```
mix test
```## Deployment
Soon
## Contributing
Soon too
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details