Admin Dashboard is a fullstack application that you can use to manage your e-commerce store.
In the application, I use JWT Auth to authenticate the users, it also includes the pagination for the product list 👍
- React
- ExpressJs
- Material UI
- Mysql
- PrismaDB
- JWT Auth
git clone https://github.com/inifarhan/admin-dashboard.gitcd backend
npm i
cd frontend
npm iPORT=
REFRESH_TOKEN_SECRET=
ACCESS_TOKEN_SECRET=
DATABASE_URL=cd backend
npm run dev
cd frontend
npm run devRunning commands with npm npm run [command]
| command | description |
|---|---|
dev |
Starts a development instance of the app |
