https://github.com/sanketjaswal/tablesprint
A product management dashboard with secure user login and role-based access control. Users can add, edit, view, and delete products through a dynamic interface. The application ensures secure access to product operations with token-based authentication.
https://github.com/sanketjaswal/tablesprint
jwt mysql node react sequelize
Last synced: about 2 months ago
JSON representation
A product management dashboard with secure user login and role-based access control. Users can add, edit, view, and delete products through a dynamic interface. The application ensures secure access to product operations with token-based authentication.
- Host: GitHub
- URL: https://github.com/sanketjaswal/tablesprint
- Owner: sanketjaswal
- License: mit
- Created: 2024-08-31T11:15:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T03:45:21.000Z (almost 2 years ago)
- Last Synced: 2025-09-05T11:41:27.639Z (10 months ago)
- Topics: jwt, mysql, node, react, sequelize
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TableSprint Dashboard
A product management dashboard with secure user login and role-based access control. Users can add, edit, view, and delete products through a dynamic interface. The application ensures secure access to product operations with token-based authentication.
### Some Features:
- Tech stack: React + Node + Express + Sequelize + MySQL
- Authentication && Authorization with JWT
- Data storage usig MySQL
- Surging data in whole application using Context
- Error handling both on the server and on the client
### Start the server
```shell
npm run dev
```
### Start the client
```shell
npm start
```