Skip to content

An API endpoint challenge for PowerToFly using Flask framework.

Notifications You must be signed in to change notification settings

milandre/be-challenge-powertofly

Repository files navigation

BE Challenge PowerToFly

An API endpoint challenge for PowerToFly using Flask framework.

You will find here a specific list of requirements for this challenge.

Requirements

Initial Setup

Local

You have to create .env, .db.env, .redis.env files using .example* files as a start.

If you are running the project for the first time, run:

make run-local-init

After that, you can start your project with:

make run-local

Launch http://127.0.0.1:5000 in your browser.

Local with Docker & Docker Compose

If you are running the project for the first time, you must run:

make run-docker-init

After that, you can start your containers with:

make run-docker

Tests

Local

Run:

make run-local-test

Local with Docker & Docker Compose

Run:

make run-docker-test

Pre-commit install

Run:

make pre-commit-install

About

An API endpoint challenge for PowerToFly using Flask framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published