Quickstart
Install from scratch!#
Firstly, install requirements down below:
Git clone#
1 | git clone https://github.com/jairojair/featuren.git |
Setup#
1 2 3 4 | cd featuren docker-compose build docker-compose run app make migrate |
Add new user#
1 | docker-compose run app make add-user |
Run#
1 | docker-compose up |
Access: http://0.0.0.0:8000 and your browser will show the message below:
1 2 3 4 | { "message":"Welcome to Featuren!", "documentation":"https://jairojair.github.io/featuren/" } |