https://github.com/nkosi-tauro/user_manager
A CRUD User management system built with Vue 3 and Gofiber
https://github.com/nkosi-tauro/user_manager
docker-compose gofiber mongodb tailwindcss vuejs vuex
Last synced: 3 months ago
JSON representation
A CRUD User management system built with Vue 3 and Gofiber
- Host: GitHub
- URL: https://github.com/nkosi-tauro/user_manager
- Owner: nkosi-tauro
- License: mit
- Created: 2021-09-13T10:54:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T15:13:19.000Z (almost 5 years ago)
- Last Synced: 2025-07-29T05:55:23.804Z (12 months ago)
- Topics: docker-compose, gofiber, mongodb, tailwindcss, vuejs, vuex
- Language: JavaScript
- Homepage:
- Size: 347 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
User Manager




## :dart: About ##
A CRUD User management system built with [Vue 3](https://v3.vuejs.org/) and [Gofiber](https://gofiber.io/)
## :rocket: Technologies ##
The following tools were used in this project:
- [Vue 3](https://v3.vuejs.org/) + [Vuex](https://next.vuex.vuejs.org/)
- [Gofiber](https://gofiber.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [MongoDB](https://github.com/mongodb/mongo-go-driver)
- [TailwindCSS](https://tailwindcss.com/)
- [Docker Compose](https://docs.docker.com/compose/)
## :white_check_mark: Requirements ##
Before starting :checkered_flag:, you need to have [Docker](https://www.docker.com/) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/nkosi-tauro/User_Manager
# Access
$ cd User_Manager
# Run project
$ docker compose up
# The project will initialize on
```
## 🏃♂️ Upcoming Features ##
- JWT Auth
- Admin Access control
## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
Made with :heart: by Nkosilathi Tauro