Giter VIP home page Giter VIP logo

veggie-market-app's Introduction

  • Project Code : malicious-liquid-1505

Online Vegetable Sales Application

REST API for Online Vegetable Sales Application With FrontEnd

  • We have developed this REST API for an Online Vegetable Sales Application.
  • This API performs all the fundamental CRUD operations of any Online Vegetable Sales Application with user validation at every step.
  • This project is developed by team of 3 Back-end Developers during project week in Masai School.

Tech Stack

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • MySQL
  • Swagger

Modules

  • Login, Logout Module
  • User Module
  • Admin Module

Features

  • User and Admin authentication & validation with JWT Authentication.

  • Admin Features:

    • Administrator Role of the entire application
    • Only registered admins with valid Authentication token can add/update/delete customer from main database
    • Admin can access the details of different User/Customers .
  • User Features:

    • A user can register himself or herself on the platform.
    • He/She can check the Buy Vegetable ,Placed order Makes payment and Many more Functionality.

Contributors

ER-Diagram

ER Diagram

Installation & Run

  • Before running the API server, you should update the database config inside the application.properties file.
  • Update the port number, username and password as per your local database config.
    server.port=8088

    spring.datasource.url=jdbc:mysql://localhost:3306/salesApp
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    spring.datasource.username=SQLUsername(i.e=root)
    spring.datasource.password=SQLUserPassword(i.e=root)

API Root Endpoint

https://localhost:8088/

http://localhost:8088/swagger-ui/

API Module Endpoints

Login Module

  • POST //api/adminlogin : Admin can login with Email and password provided at the time of registation

veggie-market-app's People

Contributors

mahangarerohan1203 avatar vivekgupta96 avatar niharikapandey94 avatar

Stargazers

 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.