Ecommerce web application using Angular | Node.js | Express.js | MongoDB (MEAN Stack)
- The goal is to build a Ecommerce web application where users can buy and sell products online.
- The project was developed as Full Stack Web app using technologies such as Angular | Node.js | Express.js | MongoDB (MEAN Stack)
- Web Application uses a Client-Server Architecture with:
Area | Technology |
---|---|
Front-End | Angular, Bootstrap, HTML5, CSS3, Typescript |
Back-End | Express, Node.js |
Authentication | JWT(JSON Web Tokens) |
API Testing | Postman |
Database | MongoDB(Mlab Cloud Service) |
Images Storage | Amazon AWS-S3 |
Other APIs Used | Stripe Payment, Algolia Search |
cd client/Angularecommerce
npm install
ng serve -o
cd server
npm install
node server.js