purpleweb / logbook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 55.1%Language:Python 38.9%Language:Dockerfile 2.9%Language:SCSS 2.4%Language:HTML 0.7%