/BUN-CRUD-person-api

A simple CRUD made with BUN and Elysia

Primary LanguageTypeScriptMIT LicenseMIT

[BUN - CRUD] person-api

Image

A simple CRUD made with BUN and Elysia

Application that runs the API - [REACT NATIVE] person-application

Endpoints

Persons

  • GET - /persons
  • GET - /person/:id
  • POST - /person/create
  • PUT - /person/update/:id
  • DELETE - /person/delete/:id

Installation

$ git clone https://github.com/TacioAntonio/BUN-CRUD-person-api
$ cd bun-crud-person-api
$ bun install
$ bun dev

Contribution

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Tácio Antônio
Tácio Antônio

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.