Skip to content

daniel0426/C2C-ecommerce-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TRIFT ME (TEAM PROJECT)

C2C e-commerce store made with MEVN Stack. Authentication functionality with (JWT). Styling with Tailwind.css

πŸ”— Index

  1. Purpose of this project
  2. Tech Stack
  3. Issue
  4. Things to Improvement

Installation of the project

Execute the following command to execute project

# Install dependencies
cd front
npm install

cd back
npm install

# Start Express Server: http://localhost:4000
cd back
node app.js

# Start Vue DevServer: http://localhost:8080
cd front
npm run serve

# Build for production (Will build into server/public, ready for deployment)
cd front
npm run build

1. Purpose of this project

  • Make e-commerce CRUD application
  • Using jwt for authentication (Divide functionality it user is logged in or not)
  • Collaborative git
  • Agile methodology ( Kanban ) Practice

2. Tech Stack

3. πŸ’₯ Issue

  • Working on project with collaborative git was a minor issue , but get used to it and ready to work in team
  • Communicating with Team members => understand each other and figure out what should be done in appropriate situation

πŸš€ Things to Improvement

  • More sleek design needed
  • Deploy method ( deploy front and server folder separately, or deploy front and server all at once

About

C2C e-commerce store made with MEVN Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages