Giter Site home page Giter Site logo

seb9640 / drive Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 24.41 MB

A secure and user-friendly web app for ordering articles and submitting complaints. With an efficient admin panel, admins can manage users and respond to complaints.

JavaScript 1.36% Java 93.95% CSS 4.69%

drive's Introduction

Drive Project

Completed User Stories

As a customer, I can create a customer account to place an order.

As a customer, I can order items.

As a customer, I can file a complaint.

As an admin, I can respond to a complaint and close a request.

As an admin, I can "ban" a customer account.

UML Diagram

UML

Strengths

  • Customers' sensitive data are encoded to ensure data security.
  • Routes are secured to prevent potential security vulnerabilities in the application.
  • The application respect restful conventions.
  • Use of a token that avoids the use of cookies and thus secures the application.
  • The complaint interface adheres to fundamental HCI principles, making it ergonomic.
  • The administration panel has the ability to filter users, allowing for more efficient management.

Project Deployment

To build a .war archive, use the following command:

mvn package war:exploded

A .war will be generated in the target directory at the root of the project.

To add the context to a Tomcat server, go to the conf directory of Tomcat and add the following line to the server.xml file:

<Context docBase="{chemin absolu de l'archive .war}" 
    path="drive" 
    reloadable="true" 
/>

Then run the following command:

For Linux:

./catalina.sh run

For Windows:

./catalina.bat run

A .war archive is available at the root of the project.

Project Link

Once Tomcat is running, please go to http://localhost:8080/drive/init.html to initialize the database.

drive's People

Contributors

jeandeboutgat 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.