Skip to content

Admin Dashboard is a fullstack application that you can use to manage your e-commerce store. Tech stack: Reactjs, Expressjs, Mysql, Prisma, MaterialUI, JWT Auth

Notifications You must be signed in to change notification settings

inifarhan/admin-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

Admin Dashboard

Promptopia

Introduction

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 👍

Tech Stack 💻 :

  • React
  • ExpressJs
  • Material UI
  • Mysql
  • PrismaDB
  • JWT Auth

Cloning the repository

git clone https://github.com/inifarhan/admin-dashboard.git

Install packages

cd backend
npm i
cd frontend
npm i

Setup .env file for the backend application

PORT=
REFRESH_TOKEN_SECRET=
ACCESS_TOKEN_SECRET=
DATABASE_URL=

Start the app

cd backend
npm run dev
cd frontend
npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app

About

Admin Dashboard is a fullstack application that you can use to manage your e-commerce store. Tech stack: Reactjs, Expressjs, Mysql, Prisma, MaterialUI, JWT Auth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published