C2C e-commerce store made with MEVN Stack. Authentication functionality with (JWT). Styling with Tailwind.css
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
- Make e-commerce CRUD application
- Using jwt for authentication (Divide functionality it user is logged in or not)
- Collaborative git
- Agile methodology ( Kanban ) Practice
- 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
- More sleek design needed
- Deploy method ( deploy front and server folder separately, or deploy front and server all at once