A minimalistic backend for Utopian Admin Panel.
- Clone the repository
- Install all dependencies using
npm install
- Create a
.env
file and putMONGO_HOST=<your mongo host here>
- Run using
npm start
You have to put user using mongo shell and add documents to userSchema collection of utopian-io DB.
It has route to get roles of a user.
Go to route -
localhost:3000/roles/:name
ms10398
MIT