Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.72 KB

README.md

File metadata and controls

76 lines (53 loc) · 1.72 KB

Fast Clothing 👕

NPM

About the Project

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.

Web

Home

home

Products Cart

cart

Stack

☕ Back end

⚛️ Front end

👓 Attention

If you find out some bug, feel free to make a pull request or to say more about it on the github issues

Quick Start 🚀

☕ Back end

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

⚛️ Front end

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

📝 License

This project is under MIT license.