Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:56:03.000Z (5 months ago)
- Last Synced: 2024-08-23T15:33:13.480Z (5 months ago)
- Topics: mysql, node-multi-user, nodejs, nodejs-mysql, tailwind
- Language: HTML
- Homepage:
- Size: 31.4 MB
- Stars: 1
- 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: `[email protected]`
- Password: `admin`Don't forget to leave a star :)