Skip to content

OlgaShopieva/ShopApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create React-project:

  • npx create-react-app client --template typescript

  • npm install

  • npm start Create Java-project:

  • go to spring.io

    • Project: Maven
    • Spring Boot 2.7.15, or later
    • Project Metadata:
      • Group: dev.shopieva
      • Artifact: shop-library
      • Name: shoplibrary
      • Description: library for react app
      • Package name: dev.shopieva.shoplibrary
      • Packaging: Jar
      • Java: 20
    • Dependencies:
      • Spring Data JPA
      • MySQL Driver
      • Lombok
      • Rest Repositories
  • Content application.properties

Create database

  • Docker: docker run --name shop-db -p 8000:3306 -e MYSQL_ROOT_PASSWORD=12345678 -d mysql

  • Initial SQL-script here

App.css with initials

Librarires

  • Library for routingreact-router-dom -> npm i react-router-dom@5.0.0 -> npm i --save-dev @types/react-router-dom

Icons if needed

  • npm i bootstrap-icons | url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors