Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 951 Bytes

README.md

File metadata and controls

57 lines (35 loc) · 951 Bytes

mongowebdemo1

How to use

git clone [email protected]:zhang555/mongowebdemo1.git
cd mongowebdemo1
docker-compose build
docker-compose up

access url http://localhost/mongoweb

username password
admin admin
user1 user1
user2 user2

Technology stack

  • docker
  • docker-compose
  • golang
  • vue
  • mongoDB
  • nginx

Feature

Backend

  • Multiple roles, different permissions for each role
  • CRUD operations for MongoDB

Frontend

  • Each role sees a different sidebar
  • Call the interface provided by the backend

Picture

docker-compose build

docker-compose up