Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.
Suzanne Favot edited this page Aug 13, 2018 · 7 revisions

Getting started

Requirements

pip

Installation

This project uses docker to run.

If running the project for the first time you will need to modify your /etc/hosts file to include the following line :

127.0.0.1 api.barrels.test

You can now install python requirements: pip install -r --upgraded requirements.txt.

Then just run fab start.

The project is available at http://api.barrels.test. You can use an api client (eg. Postman) to play with it.

Learn more

You can refer to the following wiki pages for more information:

Clone this wiki locally