Welcome to my versatile notes application, inspired by the intuitive design of Notion! Crafted with the robustness of Golang, our backend is powered by go-fiber and gorm, ensuring seamless data handling. On the frontend, we've embraced the agility of Vue.js and the swiftness of Vite, delivering a dynamic and efficient user experience. Dive into a world where simplicity meets functionality, enabling you to organize your thoughts effortlessly.
Note
This application is solely created for educational purposes and will not be developed into a fully-fledged product. While you're welcome to explore its functionalities, please be aware that it's intended for learning and experimentation rather than practical use
To run the backend in development mode you are gonna need to install the go language and the air tool for hot reloading. To find tutorial on how to download the tools you can go the following liks -> Go-lang & air
The command used to run with is:
> air
> docker build -t go-writable .
> docker run -p 3000:3000 go-writable
- Use swagger on dev mode
- Create simple front end
- Create custom error response
- Add delete route
- Deploy backend
- Create condition on create document(max: 10 documentos)