Skip to content

Art gallery website developed using MEAN stack.

Notifications You must be signed in to change notification settings

manasgandhi99/SAM-Arts

 
 

Repository files navigation

SAM-Arts

Art gallery web application using Angular | Node.js | Express.js | MongoDB (MEAN Stack)

Objective

  • The goal is to build a Art Gallery web application where users can buy and sell paintings online.
  • The project was developed as Full Stack Web app using technologies such as Angular | Node.js | Express.js | MongoDB (MEAN Stack)

System Design

Architecture

  • Web Application uses a Client-Server Architecture with:
    • Client components developed using Angular 4 - Folder - '/client/Angularecommerce'
    • Server Restful Api's developed using Node.js, Express.js, MongoDB - Folder - '/server'

Technology stack

Area Technology
Front-End Angular, Bootstrap, HTML5, CSS3, Typescript
Back-End Express, Node.js
Authentication JWT(JSON Web Tokens)
API Testing Postman
Database MongoDB
Other APIs Used Stripe Payment, Algolia Search

Screenshots

HomePage

Some of the Best Paintings

Search

Add to cart

Cart

Checkout & Payment

Reviews

Track Orders

Steps for Project Execution :

Client Install
cd client/Angularecommerce
npm install
ng serve -o
Server Install
cd server
npm install
node server.js

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.5%
  • HTML 28.6%
  • JavaScript 21.9%
  • SCSS 1.0%