Skip to content

A Simple fullstack multi-role dashboard application for managing items and user accounts using Node.js, express.js, React.js and MYSQL.

Notifications You must be signed in to change notification settings

deni2403/simple_storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Simple Storage App

A Simple fullstack multi-role dashboard application for managing items and user accounts using Node.js, express.js, React.js and MYSQL.

Live Demo :

https://simple-storage-deni2403.vercel.app/ (Open with Mozilla Firefox)

Features :

  • Login (Express session)
  • Multirole User (Admin & User)
  • Add, Edit, Delete Product
  • Add, Edit, Delete user (Admin only)
  • Dark mode

This project was built using :

FrontEnd :

  • HTML
  • CSS
  • BOOTSTRAP 5
  • Javascript
  • React.js
  • Vite
  • Axios

BackEnd :

  • Node.js
  • Express.js
  • Sequelize ORM

Database :

  • MYSQL

FrontEnd Instalation & Run :

$ cd front-end
$ npm install
$ npm run dev (For development mode, run at http://localhost:5173)
$ npm run build (For build)

BackEnd Instalation & Run :

$ cd back-end
$ npm install
$ nodemon start (run at http://localhost:3000)

About

A Simple fullstack multi-role dashboard application for managing items and user accounts using Node.js, express.js, React.js and MYSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published