Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ecommerce-maven
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
ecommerce-maven
Commits
22ac94d7
Commit
22ac94d7
authored
May 08, 2021
by
Shaphen Pangburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
1d610b9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
1 deletion
+37
-1
README.md
README.md
+37
-1
No files found.
README.md
View file @
22ac94d7
# ecommerce-maven
# Ecommerce

## Tech Stack
-
Back-end(API, Services, Databases):
-
Java,
-
SpringBoot,
-
WebFlux
-
WebClient
-
MongoDB
-
Front-end(Web UI/UX Development)
-
React/Redux
-
HTML/CSS
## Schema
Field | Type | Description
----------- | --------- | ------------
Id | String | Generated from internal set of rules
email | Email | User email
firstName | String | User first name
lastName | String | User last name
password | String | User password
accessToken | String | Generated session token from Google SSO
cart | Array | List of products in the user's cart
createdAt | Datetime | Date and time of creation
### User Sample State
```
json
User
001
:
{
"id"
:
TBD
,
"email"
:
"email@email.com"
,
"firstName"
:
"Something"
,
"lastName"
:
"Something"
,
"sessionToken"
:
"flkjafu4p38joi34j1p541kjefghg"
,
"cart"
:
[
item
1
,
item
2
,
item
3
,
item
4
]
}
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment