Skip to content
/ bookshop Public

Create a book store to sell Light Novel, ....

Notifications You must be signed in to change notification settings

AMVND/bookshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOOK SHOP

This is a program that runs on the bookstore's web platform. The program is designed in both frontend and backend. Sincerely thanks to Devchido because this is his project that I cloned

Requirements System

  • Nodejs : v17.9.1

  • Dependencies :

    -    "@emotion/react": "^11.10.6"
    -    "@emotion/styled": "^11.10.6"
    -    "@fortawesome/fontawesome-free": "^6.5.2"
    -    "@mui/icons-material": "^5.11.11"
    -    "@mui/lab": "^5.0.0-alpha.125"
    -    "@mui/material": "^5.11.15"
    -    "@testing-library/jest-dom": "^5.16.5"
    -    "@testing-library/react": "^13.4.0"
    -    "@testing-library/user-event": "^13.5.0"
    -    "axios": "^1.3.4"
    -    "bootstrap": "^5.3.3"
    -    "cors": "^2.8.5"
    -    "date-fns": "^2.29.3"
    -    "font-awesome": "^4.7.0"
    -    "mdb-react-ui-kit": "^8.0.0"
    -    "moment": "^2.29.4"
    -    "notistack": "^3.0.1"
    -    "prop-types": "^15.8.1"
    -    "react": "^18.2.0"
    -    "react-back-to-top-button": "^0.0.14"
    -    "react-bootstrap": "^2.10.2"
    -    "react-dom": "^18.2.0"
    -    "react-redux": "^8.0.5"
    -    "react-router-dom": "^6.11.1"
    -    "react-scripts": "5.0.1"
    -    "react-scroll-to-top": "^3.0.0"
    -    "redux": "^4.2.1"
    -    "redux-thunk": "^2.4.2"
    -    "web-vitals": "^2.1.4"
    

Installation

There are 2 parts that need to run :

frontend

  npm install
  npm start

backend

  • create database in mySQL
  CREATE DATABASE shop;
  • update maven
  • run the project

Demo

  • Login page

Login page

  • Register page

Register page

  • Public page

Public page

  • Decentralization

Decentralization

According to

Feedback

If you have any feedback, please contact with [email protected]

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}

Logo

Features

  • Fullscreen mode
  • Cross platform

About

Create a book store to sell Light Novel, ....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages