Skip to content

Logbook is an app that help users to manage their vehicle history and logs.

Notifications You must be signed in to change notification settings

purpleweb/logbook

Repository files navigation

Logbook 🚘

Logbook App

Description

Logbook is a self-project made with react and FastAPI python backend. This app helps users to manage their vehicle history and logs.

Installation

If you want to intall and try this app on your machine you just need to clone the project in a repository and lunch it with docker compose.

git clone git@github.com:purpleweb/logbook.git logbook
cd logbook
docker compose up

Serve the app during development.

docker compose -f docker-compose.dev.yml up

Run tests

Running tests for the backend.

cd api/
source venv/bin/activate
pytest

Running tests for the frontend.

npm run test

Tech Stack

Frontend

Backend

About

Logbook is an app that help users to manage their vehicle history and logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published