Categorygithub.com/robsonandradev/notes_api
modulepackage
0.0.0-20240620002146-d1ffd02f2a4f
Repository: https://github.com/robsonandradev/notes_api.git
Documentation: pkg.go.dev

# README

Notes API

It is an API wrote in golang, using postgresql as database.

It was wrote to apply software engineer concepts and principles, then it shouldn't be used as benchmark.

Run with autoreload

To run the app with autoreload, you will need to install nodemon

npm i -g nodemon

After that, you can execute the command

make run-autoreload

TODO

Create routes for:

  • create-note

  • delete-note

  • read-note

  • update-note

  • create-user

  • delete-user

  • read-user

  • update-user

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author