Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 502 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 502 Bytes

OneMoreSale

This is a second sale market place.

Frontend

How to run frontend?

cd frontend
npm install
npm start

After running these three commands, visit http://localhost:3000/ .

How to build frontend?

cd frontend
npm run-script build

After running these two commands, a new directory named "build" will be created. All static files generated by frontend will be in this directory.

Backend

RESTful APIs supported by Spring Boot. base url: http://3.15.9.180/oms/