Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 479 Bytes

web_application

This is a full stack application desired for a online shop. In was created via React for frontend, Java for backend and using API + database for data storage

How to use:

  1. Type git clone https://github.com/Alexenon/web_application
  2. Type cd web_application
  3. Open project on your IDE
  4. Go to src/main/java/Web Application file and run server on port 8080
  5. Open terminal in your IDE
  6. Type npm start
  7. Web Application started on port 3000