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
-
- "@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"
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
If you have any feedback, please contact with [email protected]
import Component from 'my-project'
function App() {
return <Component />
}
- Fullscreen mode
- Cross platform