Skip to content

arapua/liink

Repository files navigation

Liink 🚂

Setup ⚙️

Docker 🐳

To development use docker to build and setup the enviroment:

docker compose build
docker compose up app

Git Hooks 🌊

For use the project git hooks please run this command:

git config core.hooksPath git_hooks

Usage:

Rotes:

GET: /parts

Use /parts to acess a search engine of all parts

POST: /parts/new

Use /parts/new to create a new part in DB.

GET: /parts/{id}

Use /parts/{id} to search at id item in DB.

PUT: /parts/{id}/edit

Use /parts/{id}/edit to edit the id° item in DB.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published