Admino is a straightforward example of the NestJs monorepo mode, which includes the Admin section for management and the App section for the main functionality.
After registering in Admino, your user account will be created with the user
role, which grants access to your own information. However, you can also add the admin
role to your roles in the database, which allows you to access information of other users.
-
Install Docker.
-
Clone the project
-
Go to project's folder by terminal and run the project by:
docker compose up -d
At the end I put postman file in the root project folder for testing APIs