An open API service indexing awesome lists of open source software.

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.

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
```