Skip to content

Releases: gabrield-droid/notes-app-api

Initial release

16 May 13:22

Choose a tag to compare

Notes Management API

Version:

1.0.0

Release date:

16th May 2025

Description:

This is a RESTful API that manages notes. It can add, edit, delete, and show notes.

Warning:

The current configuration allows CORS for all origins, which can be insecure in production environments. To mitigate this, consider implementing authentication or configuring CORS with more restrictive settings.

Experimental pre-release

11 Mar 11:48

Choose a tag to compare

Pre-release

Notes Management API

Version:

0.1.0

Release date:

11th March 2025

Description:

This is a RESTful API that manages notes. It can add, edit, delete, and show notes.

Warning:

This is a pre-release version, not yet suitable for a production environment.

Limitations:

  • This API stores data only in APCu, and the data will be lost upon every restart.
  • The current configuration allows CORS for all origins, which is insecure for production environments.
  • This API has not implemented the HTTPS yet.