repository
0.0.0-20240227083009-3692845fd737
Repository: https://github.com/alphonnse/notetakingapp.git
Documentation: pkg.go.dev
# README
IT is the cleanest architecture note taking app
NOW THIS PROJECT IS IN THE PROCESS OF IMPLEMENTATION
This application uses the GRPC and for now the map as repository.
This app consist of 3 main layers --- API, service and the repository. They exchange information through converters between layers. Each layer has its own interface and models.
Here is the tree of this project