Skip to content

LuigiVanin/go-writable

Repository files navigation

Go Writable 📒

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

Run With Air 🌬️

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

Run With Docker 🐋

> docker build -t go-writable .
> docker run -p 3000:3000 go-writable

Todo ✅

  • 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)

Tools 🛠

Entre em contato 📞


About

trying to create something that already exists, probablu worst

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages