Skip to content

Alejcyber/sells-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpages used to guide and tutorials

How to run the project

You need to install Java JDK 8

Install Java JDK

Follow the link and download the JDK

https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html

or try this other link

https://files-cdn.liferay.com/mirrors/download.oracle.com/otn-pub/java/jdk/8u121-b13/

Deploy in local environment

From a terminal go to your project folder

example: /home/your_user/Documentos/personal-proyects/SellSystem

cd ${your_project_folder}

To runthe project execute the follow command

  • In Linux

./mvnw

  • In Windows

mvnw

If this commands not work try this:

Download Apache Maven

https://maven.apache.org/download.cgi

and run this command

mvn spring-boot:run

###How to use You can use the following credentials:

  • user: user1, password: 1
  • user: user2, password: 1
  • user: user3, password: 1

user1 and user2 has USER role user3 has ADMIN role

Login

If you log in with the user user3 you will have access to the categories module

Category list

You can create or update a category

New category

Update category

In the Sell menu you will be able to see your published products and your sells

My products

My sells

In the Buy menu you can see a menu to buy products and another to see the purchases made(My shopping)

to add to cart you just need to press the cart button

Product list

Then, at the top right, you will click on the cart button, this will take you to the checkout page

Cart Button

after you click the Done button, a redirection to My Shopping will be made

Checkout

My shopping

If you click the eye button you can see the details

Order Details

Links to documentation and guides

The next articles are used as guide

About

Sells system made with Spring Boot and Thymeleaf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages