Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T15:13:19.000Z (over 3 years ago)
- Last Synced: 2023-03-10T01:23:11.057Z (almost 2 years ago)
- Topics: docker-compose, gofiber, mongodb, tailwindcss, vuejs, vuex
- Language: JavaScript
- Homepage:
- Size: 347 KB
- Stars: 1
- 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