https://guileless-brigadeiros-07bbc3.netlify.app/
Fast clothing is a simple E-commerce application built with Spring and React. I built this application to practice my React and Spring skills.
- Java
- Spring Boot
- Spring Framework
- Spring Security
- Spring Data JPA
- JPA / Hibernate
- Maven
- Typescript
- React
- CSS
- HTML
- Bootstrap
If you find out some bug, feel free to make a pull request or to say more about it on the github issues
Requirement: Java 11
# clone repo
git clone https://github.com/FLAIR7/fast-clothing.git
# enter in the main folder
cd fast-cloting
# run the project
./mwnw spring-boot:run
Requirements: npm / yarn
#clone the repo
git clone https://github.com/FLAIR7/fast-clothing.git
# enter in the frontend folder, inside fast-clothing/src
cd fast-clothing/src/frontend
# install the dependencies
yarn install
# run the project
yarn start
This project is under MIT license.