https://github.com/fitri-hy/multi-role-user-template-nodejs
Multi-Role User Template is a Node.js-based application template designed to support a user management system with various roles.
https://github.com/fitri-hy/multi-role-user-template-nodejs
mysql node-multi-user nodejs nodejs-mysql tailwind
Last synced: 4 months ago
JSON representation
Multi-Role User Template is a Node.js-based application template designed to support a user management system with various roles.
- Host: GitHub
- URL: https://github.com/fitri-hy/multi-role-user-template-nodejs
- Owner: fitri-hy
- License: mit
- Created: 2024-08-16T08:20:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:56:03.000Z (almost 2 years ago)
- Last Synced: 2025-09-30T07:34:54.622Z (8 months ago)
- Topics: mysql, node-multi-user, nodejs, nodejs-mysql, tailwind
- Language: HTML
- Homepage:
- Size: 31.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Multi Role User Template NodeJS
Multi-Role User Template is a Node.js-based application template designed to support a user management system with various roles.
### Includes
- Mysql
- Tailwind
- Ejs Template
- Multi Role: Admin, Client, & Users
### Installation
- Import database: `/config/database.sql`
- Set connection database: `/config/database.js`
```
user: 'root',
password: 'root',
database: 'demo',
```
- Install dependencies: `npm install`
- Run project: `npm run dev` or `npm start`
### Account demo
- Email: `admin@gmail.com`
- Password: `admin`
Don't forget to leave a star :)