Giter VIP home page Giter VIP logo

ecommerceapp's Introduction

Entity Relationship Diagram

App Screenshot

ECommerceApp

Created an ECommerce app endpoints. Users can login,signin and check any products and puchase it with wallet money.

Features

  • Signup,Login with JWT token
  • User and Admin functions
  • Check all products and its reviews
  • Check products sorted by price
  • User can give review
  • Add money to wallet
  • purchase product
  • Admins can add,delete or update products
  • user can give reviews
  • Add or remove items from cart

API Reference

created APIs related to GET, POST, DELETE,PUT and PATCH

Optimizations

In progress...

Deployment

As of now it is deployed on Railway Cloud

ecommerceapp-production-488e.up.railway.app```


## Installation

Install and run with following properties if want to run locally

```bash
#changing the server port
server.port=8038
spring.datasource.url=jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:eApp}
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=${DB_USERNAME:root}
spring.datasource.password=${DB_PASSWORD:sql@subhajit51193}

#spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true

# App Properties
ecommerce.app.jwtCookieName= subhajit
ecommerce.app.jwtSecret= subhajitSecretKey
ecommerce.app.jwtExpirationMs= 86400000

Demo

https://drive.google.com/file/d/1AfYGaK2gYr1ww1z252G8yTgjWjwcHAOH/view?usp=sharing

Tech Stack

Client: Java, SpringBoot, Maven, MySQL

Server: Embeded

Authors

Feedback

If you have any feedback, please reach out to us at [email protected]

๐Ÿ”— Links

portfolio linkedin

ecommerceapp's People

Contributors

subhajit51193 avatar

Stargazers

sanjaya avatar  avatar

Watchers

 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.