Skip to content

Torniojaws/fms-python

Repository files navigation

fms

Endpoints for fms

Install

  1. Install MariaDB, if you don't have it: sudo apt install mariadb-server
  2. Create the database and user with grants: sudo mysql -> source settings/setup.sql;
  3. Make sure make is available
  4. Run make install

Running the project

  1. Run make run
  2. In a second console, do eg. curl localhost:5000/bookings/ABCXYZ or curl localhost:5000/bookings?uid=123

Tests

  1. You can run tests with make test

Releases

No releases published

Packages

No packages published