Skip to content

mohdakhir/eCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ecommerce

The primary goal of an e-commerce site is to sell goods online. This project deals with developing an e-commerce website for Online Product Sale. In this project I designed sign in ,signup,contactus ,category,and product page

API Reference

Get all items

#### sinup page api
post:
localhost:8092/user/signup
#### sinin page api
post:
localhost:8092/user/signin
#### create category
post:
localhost:8092/catgory/create
###Get all categorory
get:
localhost:8092/catgory/list
###create product
post:
localhost:8092/product/add
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

Tech Stack

Client: html,CSS,Java script,reactjs

Server: java-spring boot,PostgrSql

Used By

This project is used by the:

  • xenonStack For evaluation

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Screenshots

UI screen Screenshots

Home page

app Screenshot login page

app Screenshot signup page

app Screenshot

contact us page

app Screenshot

category page

app Screenshot

product page

app Screenshot

database screenShots

user table

app Screenshot

token table

app Screenshot

contact table

app Screenshot

category table

app Screenshot

product table

app Screenshot

Running Tests

To run tests, run the following command

  npm run test

Author

Mohd Akhir## Color Reference

Color Hex
Example Color #0a192f #0a192f
Example Color #f8f8f8 #f8f8f8
Example Color #00b48a #00b48a
Example Color #00d1a0 #00d1a0

🚀 About Me

I'm a full stack developer...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors