Git Product home page Git Product logo

everyone's Introduction

Everyone

Everyone is a clothing store website built for the semiannual work of the discipline Software Engineering Laboratory at FATEC ZL.

Running Everyone locally

Everyone is a Spring Boot application built using Maven. You can build a jar file and run it from the command line:

git clone https://github.com/guto-alves/everyone.git
cd everyone
./mvnw package
java -jar target/*.jar

You can then access Everyone here: http://localhost:8080/clothes

everyone-screenshot

Or you can run it from Maven directly using the Spring Boot Maven plugin. If you do this it will pick up changes that you make in the project immediately (changes to Java source files require a compile as well - most people use an IDE for this):

./mvnw spring-boot:run

Login as Everyone Admin

Admin Account

Logged in as an administrator, you can see a special drop-down menu in the navigation bar:

Admin nav item

Working with Everyone in your IDE

Prerequisites

The following items should be installed in your system:

Steps:

  1. On the command line

    git clone https://github.com/guto-alves/everyone.git
    
  2. Inside Eclipse or STS

    File -> Import -> Maven -> Existing Maven project
    

    Then either build on the command line ./mvnw generate-resources or using the Eclipse launcher (right click on project and Run As -> Maven install) to generate the css. Run the application main method by right clicking on it and choosing Run As -> Java Application.

  3. Inside IntelliJ IDEA In the main menu, choose File -> Open and select the Everyone pom.xml. Click on the Open button.

    CSS files are generated from the Maven build. You can either build them on the command line ./mvnw generate-resources or right click on the everyone project then Maven -> Generates sources and Update Folders.

    A run configuration named EveryoneApplication should have been created for you if you're using a recent Ultimate version. Otherwise, run the application by right clicking on the EveryoneApplication main class and choosing Run 'EveryoneApplication'.

  4. Navigate to Everyone

    Visit http://localhost:8080/clothes in your browser.

License

The Everyone application is licensed under the MIT License - see the LICENSE file for details.

everyone's People

Contributors

yamiau avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.