Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 887 Bytes

File metadata and controls

34 lines (23 loc) · 887 Bytes

Fiber / Vuejs Todo App

Full stack todo list application with vuejs frontend and fiber(golang) backend.

My Skills

⚠️Warning:

This application is intended solely for development and demonstration purposes. It is not designed with SSL or secure cookies in mind, and therefore cannot be used as a fully production-ready project for real users.

Features :

  • Persistent Database
  • Authentication and persistent account (JWT)
  • Delete Account
  • Change password
  • Add / Delete / Edit todos

How to use?

1- Clone the repository git clone https://github.com/hosseinyn/fiber-vue-todo.git

2- Install frontend node_modules cd frontend

npm install

3- Run frontend with vite npm run dev

4- Run backend cd backend

go run main.go

Happy :)