Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

User Manager


Github top language

Github language count

Repository size

License



## :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

 

Back to top