Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

sephioh/restaurant_service

Repository files navigation

restaurant_service

An HTTP api service to manage restaurants.

Requirements

How to run

Start the application (inside a docker container) with this command:

make run

This will start the application at http://localhost:8000.

API Docs

There are a live documentation for this service using swagger.

In order to access it, make sure the application is running and open the API documentation page.

Tests

Acceptance Tests

Run acceptance tests with this command:

make acceptance_tests

Unit Tests

Run unit tests with this command:

make unit_tests

Lint

Run code quality ensurance tests using this command:

make lint

Test Coverage

Run test coverage using this command:

make coverage

Built with

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published